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