Interface DirectExecutorService
- All Superinterfaces:
DirectExecutor, Executor, 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.
-
Method Summary
Methods inherited from interface DirectExecutor
executeMethods inherited from interface ExecutorService
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submit