final classWorkConservingExecutor extends Executor
Optimistic work-conserving executor.
This executor is a trampoline executor that does
its best to find something to do before a) scheduling a task to thread pool
or b) returning to its thread pool where it might get suspended, by pushing
or stealing tasks to/from its immediate neighbors
(see implementation for details).
Linear Supertypes
Executor, java.util.concurrent.Executor, AnyRef, Any
Optimistic work-conserving executor.
This executor is a trampoline executor that does its best to find something to do before a) scheduling a task to thread pool or b) returning to its thread pool where it might get suspended, by pushing or stealing tasks to/from its immediate neighbors (see implementation for details).