Class EolThreadPoolExecutor

java.lang.Object
java.util.concurrent.AbstractExecutorService
java.util.concurrent.ThreadPoolExecutor
org.eclipse.epsilon.eol.execute.concurrent.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