| Package | Description |
|---|---|
| de.aristaflow.adept2.util.threading |
| Modifier and Type | Field and Description |
|---|---|
protected ConsumingRunnable<V,java.lang.Throwable> |
CleanupCallable.cleanup
The cleanup runnable executed after the normal execution has terminated.
|
| Constructor and Description |
|---|
CleanupCallable(java.util.concurrent.Callable<V> callable,
ConsumingRunnable<V,java.lang.Throwable> cleanup,
java.util.logging.Logger logger)
Creates a new cleanup runnable executing the callable and the cleanup
runnable finally after the callable.
|