Class LRMIThreadPoolExecutor

All Implemented Interfaces:
Executor, ExecutorService

public class LRMIThreadPoolExecutor extends DynamicThreadPoolExecutor
a version of dynamicThreadPool that can return an IFuture from a submit call.
Since:
6.6
Author:
asy ronen
  • Constructor Details

    • LRMIThreadPoolExecutor

      public LRMIThreadPoolExecutor(int min, int max, long keepAliveTime, int capacity, long waitTime, int priority, String poolName, boolean preStart, boolean warnOnQueueUsage)
  • Method Details