The type of the environment is more specific in the implementations.
The type of the environment is more specific in the implementations.
Executes a task and returns a future.
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.
Executes a result task, waits for it to finish, then returns its result. Forwards an exception if some task threw it.
Retrieves the parallelism level of the task execution environment.
Retrieves the parallelism level of the task execution environment.
Returns string formatted according to given format
string.
Returns string formatted according to given format
string.
Format strings are as for String.format
(@see java.lang.String.format).
This trait implements scheduling by employing an adaptive work stealing technique.