Skip to content

rx: Provide a way to safely cancel subscription inside the Rx operators #3689

Description

@xerial
var c = Cancelable.empty
c = rx.map(x => if cond then c.cancel)  // This throws concurrent modification exception
c.run()

We need a way to send Completion event

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions