Interface DirectExecutorService

All Superinterfaces:
DirectExecutor, Executor, ExecutorService

public interface DirectExecutorService extends DirectExecutor, 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.