Class SmartExecutor.Pooled
java.lang.Object
org.eclipse.aether.util.concurrency.SmartExecutor.Pooled
- All Implemented Interfaces:
- AutoCloseable,- SmartExecutor
- Enclosing interface:
- SmartExecutor
Pooled executor backed by 
ExecutorService.- 
Nested Class SummaryNested classes/interfaces inherited from interface org.eclipse.aether.util.concurrency.SmartExecutorSmartExecutor.Direct, SmartExecutor.Limited, SmartExecutor.NonClosing, SmartExecutor.Pooled
- 
Method Summary
- 
Method Details- 
submitDescription copied from interface:SmartExecutorSubmits aRunnableto execution.- Specified by:
- submitin interface- SmartExecutor
 
- 
submitDescription copied from interface:SmartExecutorSubmits aCallableto execution, returns aCompletableFuture.- Specified by:
- submitin interface- SmartExecutor
 
- 
closeDescription copied from interface:SmartExecutorShut down this instance (ideally used in try-with-resource construct).- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- SmartExecutor
 
 
-