scala.collection.parallel.Tasks
A trait that declares task execution capabilities used by parallel collections.
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
Attributes
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
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
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
Retrieves the parallelism level of the task execution environment.
Retrieves the parallelism level of the task execution environment.
Attributes
The type of the environment is more specific in the implementations.
The type of the environment is more specific in the implementations.
Attributes