Class OrderedExecutor

  • All Implemented Interfaces:
    Executor

    public class OrderedExecutor
    extends Object
    implements Executor
    Executor that executes tasks in the order they are submitted, using at most one thread at a time.
    Author:
    Stuart Douglas
    • Constructor Detail

      • OrderedExecutor

        public OrderedExecutor​(Executor delegate)