Class EolThreadPoolExecutor

  • All Implemented Interfaces:
    Executor, ExecutorService

    public class EolThreadPoolExecutor
    extends ThreadPoolExecutor
    Fixed number of threads with unbounded queueing. The threads are always recycled and never destroyed.
    Since:
    1.6
    Author:
    Sina Madani