Package edu.duke.cs.osprey.parallelism
Interface TaskExecutor.Task.WithContext<T,C>
- All Superinterfaces:
TaskExecutor.Task<T>
- All Known Implementing Classes:
Cluster.Task
- Enclosing interface:
- TaskExecutor.Task<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface edu.duke.cs.osprey.parallelism.TaskExecutor.Task
TaskExecutor.Task.WithContext<T,
C> -
Method Summary
-
Method Details
-
instanceId
int instanceId() -
run
-
contextId
-
run
- Specified by:
run
in interfaceTaskExecutor.Task<T>
-