Unlinked
A sentinel group of cancellables that are in fact not linked to any real group. cancel
, add
, and drop
do nothing when called on this group.
Attributes
- Graph
-
- Supertypes
-
class CompletionGrouptrait Trackingtrait Cancellableclass Objecttrait Matchableclass AnyShow all
- Self type
-
Unlinked.type
Members list
Value members
Concrete methods
Add given member to the members set. If the group has already been cancelled, cancels that member immediately.
Add given member to the members set. If the group has already been cancelled, cancels that member immediately.
Attributes
- Definition Classes
Cancel all members
Remove given member from the members set if it is an element
Remove given member from the members set if it is an element
Attributes
- Definition Classes
Wait for all members of the group to complete and unlink themselves.
Wait for all members of the group to complete and unlink themselves.
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- CompletionGroup
Link this cancellable to the cancellable group of the current async context.
Link this cancellable to the cancellable group of the current async context.
Attributes
- Inherited from:
- Cancellable
Add this cancellable to the given group after removing it from the previous group in which it was.
Add this cancellable to the given group after removing it from the previous group in which it was.
Attributes
- Inherited from:
- Cancellable
Unlink this cancellable from its group.