WrappedTask
class Object
trait Matchable
class Any
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
.
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.