AdaptiveWorkStealingTasks
scala.collection.parallel.AdaptiveWorkStealingTasks
trait AdaptiveWorkStealingTasks extends Tasks
This trait implements scheduling by employing an adaptive work stealing technique.
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
class ForkJoinTaskSupport
Members list
Type members
Classlikes
trait AWSTWrappedTask[R, Tp] extends WrappedTask[R, Tp]
Attributes
- Supertypes
- Known subtypes
-
Inherited classlikes
Attributes
- Inherited from:
- Tasks
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Value members
Abstract methods
Inherited and 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.
Attributes
- 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.
Attributes
- Inherited from:
- Tasks
Retrieves the parallelism level of the task execution environment.
Inherited and Abstract fields
The type of the environment is more specific in the implementations.
The type of the environment is more specific in the implementations.
Attributes
- Inherited from:
- Tasks
In this article