Package | Description |
---|---|
broadwick.concurrent |
The package contains several classes for concurrent programming.
|
Modifier and Type | Field and Description |
---|---|
private Executor.Status |
LocalPoolExecutor.status |
Modifier and Type | Method and Description |
---|---|
Executor.Status |
LocalPoolExecutor.getStatus() |
Executor.Status |
Executor.getStatus()
Get the current status of the jobs in the executor.
|
static Executor.Status |
Executor.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Executor.Status[] |
Executor.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015 University of Glasgow. All rights reserved.