Class LimitedExecutor

java.lang.Object
org.jboss.threads.LimitedExecutor
All Implemented Interfaces:
Executor

public class LimitedExecutor extends Object implements Executor
An executor for long-running tasks which limits the total concurrency over a delegate thread pool.
Author:
David M. Lloyd