Class ReentrantBoundedExecutor

  • All Implemented Interfaces:
    Executor

    public class ReentrantBoundedExecutor
    extends Object
    implements Executor
    Extension of BoundedExecutor that will skip task queue when recursive tasks are scheduled from within currently executed task.