- All Superinterfaces:
- DirectExecutor, java.util.concurrent.Executor, java.util.concurrent.ExecutorService
- All Known Implementing Classes:
- DelegatingDirectExecutorService
public interface DirectExecutorService
extends DirectExecutor, java.util.concurrent.ExecutorService
A direct executor service. Such an executor service is required to run the given task in the current thread rather than
delegate to a thread pool.