AdaptiveWorkStealingTasks

This trait implements scheduling by employing an adaptive work stealing technique.

This trait implements scheduling by employing an adaptive work stealing technique.

trait Tasks
class Object
trait Matchable
class Any

Type members

Classlikes

trait AWSTWrappedTask[R, Tp] extends WrappedTask[R, Tp]

Inherited classlikes

trait WrappedTask[R, +Tp]
Inherited from
Tasks

Value members

Abstract methods

protected def newWrappedTask[R, Tp](b: Task[R, Tp]): WrappedTask[R, Tp]

Inherited methods

def execute[R, Tp](fjtask: Task[R, Tp]): () => R

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
def executeAndWaitResult[R, Tp](task: Task[R, Tp]): R

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

val environment: AnyRef

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