See: Description
| Interface | Description |
|---|---|
| Executor |
Interface for all Broadwick executors, these include a LocalPoolExecutor, which runs and monitors jobs on a local
machine, GridPoolExecutor which runs and monitors jobs on a grid environment and DistributedPoolExecutor which runs
and monitors jobs in a distributed pool.
|
| Class | Description |
|---|---|
| LocalPoolExecutor |
This Executor controls the execution of several threads using a fixed thread pool.
|
| Enum | Description |
|---|---|
| Executor.Status |
Status of the executor.
|

Copyright © 2015 University of Glasgow. All rights reserved.