Interface Destroyable
-
- All Known Implementing Classes:
SchedulingStrategy
public interface DestroyableDestroys the embedded thread-pool.- Since:
- 2.18
- Author:
- Tibor Digana (tibor17)
- 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).
-