AdaptiveWorkStealingTasks
This trait implements scheduling by employing an adaptive work stealing technique.
This trait implements scheduling by employing an adaptive work stealing technique.
Type members
Classlikes
Inherited classlikes
Value members
Abstract methods
Inherited 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.
- Inherited from
- Tasks
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.
- Inherited from
- Tasks
Retrieves the parallelism level of the task execution environment.
Retrieves the parallelism level of the task execution environment.
- Inherited from
- Tasks
Inherited fields
The type of the environment is more specific in the implementations.
The type of the environment is more specific in the implementations.
- Inherited from
- Tasks