Class PipeliningExecutor

  • All Implemented Interfaces:
    Executor

    @Deprecated
    public class PipeliningExecutor
    extends Object
    implements Executor
    Deprecated.
    Executor that will continue to re-run tasks in a loop that are submitted from its own thread.
    Author:
    Stuart Douglas
    • Constructor Detail

      • PipeliningExecutor

        public PipeliningExecutor​(Executor executor)
        Deprecated.
    • Method Detail