Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
Type members
Classlikes
A key object used for associating information with a task.
A key object used for associating information with a task.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Constructs a CompletionService suitable for backing task execution based on the provided restrictions on concurrent task execution.
Constructs a CompletionService suitable for backing task execution based on the provided restrictions on concurrent task execution.
Type parameters
- A
-
the task type
- R
-
the type of data that will be computed by the CompletionService.
Attributes
- Returns
-
a pair, with _1 being the CompletionService and _2 a function to shutdown the service.
Constructs a CompletionService suitable for backing task execution based on the provided restrictions on concurrent task execution and using the provided Executor to manage execution on threads.
Constructs a CompletionService suitable for backing task execution based on the provided restrictions on concurrent task execution and using the provided Executor to manage execution on threads.
Attributes
Implements concurrency restrictions on tasks based on Tags.
Implements concurrency restrictions on tasks based on Tags.
Value parameters
- get
-
extracts tags from a task
- validF
-
defines whether a set of tasks are allowed to execute concurrently based on their merged tags
Attributes
A ConcurrentRestrictions instance that places no restrictions on concurrently executing tasks.
A ConcurrentRestrictions instance that places no restrictions on concurrently executing tasks.
Attributes
Concrete fields
A standard tag describing the total number of tasks.
A standard tag describing the total number of tasks.
Attributes
A standard tag describing the number of tasks that do not otherwise have any tags.
A standard tag describing the number of tasks that do not otherwise have any tags.