Package common.threads

Another implementation of a thread pool.

See:
          Description

Class Summary
WorkerThreadPool A thread pool that handles groups of requests (Runnable objects).
WorkRequest A work request to the thread pool.
 

Package common.threads Description

Another implementation of a thread pool.