WrappedTask
scala.collection.parallel.Tasks.WrappedTask
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
Value members
Abstract methods
Code that gets called after the task gets started - it may spawn other tasks instead of calling leaf
.
Code that gets called after the task gets started - it may spawn other tasks instead of calling leaf
.
Attributes
Concrete methods
If the task has been cancelled successfully, those syncing on it may automatically be notified, depending on the implementation. If they aren't, this release method should be called after processing the cancelled task.
If the task has been cancelled successfully, those syncing on it may automatically be notified, depending on the implementation. If they aren't, this release method should be called after processing the cancelled task.
This method may be overridden.
Attributes
In this article