Interface Destroyable
-
- All Known Implementing Classes:
AbstractThreadPoolStrategy,InvokerStrategy,NonSharedThreadPoolStrategy,SchedulingStrategy,SharedThreadPoolStrategy
public interface DestroyableDestroys the embedded thread-pool.- Since:
- 2.18
- See Also:
ParallelComputerBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleandestroy()CallingThreadPoolExecutor.shutdown()andThreadPoolExecutor.awaitTermination(long, java.util.concurrent.TimeUnit).
-