gears.async.CompletionGroup
See theCompletionGroup companion object
A group of cancellable objects that are completed together. Cancelling the group means cancelling all its uncompleted members.
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
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
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
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.
Unlink this cancellable from its group.
Attributes
-
Inherited from:
-
Cancellable