ExecutorService
Interface ExecutorService
- All Superinterfaces:
- Executor
- All Known Subinterfaces:
- ScheduledExecutorService
- All Known Implementing Classes:
- AbstractExecutorService, ForkJoinPool, ScheduledThreadPoolExecutor, ThreadPoolExecutor
public interface ExecutorService extends Executor