Uses of Interface
org.sadun.util.tp.Queue

Packages that use Queue
org.sadun.util.tp The Thread pool implementation package. 
 

Uses of Queue in org.sadun.util.tp
 

Constructors in org.sadun.util.tp with parameters of type Queue
ThreadPoolThread(int size, boolean daemon, Queue queue)
          Create a pool with the given size using the given queue object.
ThreadPool(int size, boolean daemon, Queue queue)
          Create a pool with the given size using the given queue object.