public interface Executor
Modifier and Type | Interface and Description |
---|---|
static class |
Executor.Status
Status of the executor.
|
Modifier and Type | Method and Description |
---|---|
Executor.Status |
getStatus()
Get the current status of the jobs in the executor.
|
void |
run()
Run the required number of jobs, checking for thrown exceptions once each task has completed.
|
Executor.Status getStatus()
void run()
Copyright © 2015 University of Glasgow. All rights reserved.