Tasks
trait Tasks
A trait that declares task execution capabilities used by parallel collections.
A trait that declares task execution capabilities used by parallel collections.
class Object
trait Matchable
class Any
Type members
Classlikes
Value members
Abstract methods
Executes a task and returns a future. Forwards an exception if some task threw it.
Executes a task and returns a future. Forwards an exception if some task threw it.
Executes a result task, waits for it to finish, then returns its result. Forwards an exception if some task threw it.
Executes a result task, waits for it to finish, then returns its result. Forwards an exception if some task threw it.