Class SlowExecutor

  • All Implemented Interfaces:
    Executor

    public class SlowExecutor
    extends Object
    implements Executor
    An Executor that is intentionally slow. Useful for testing concurrency utilities.
    Author:
    Michael Vorburger.ch
    • Constructor Detail

      • SlowExecutor

        public SlowExecutor​(Executor delegate)