Class BlockingWorkQueue<E>

java.lang.Object
org.smallmind.phalanx.worker.BlockingWorkQueue<E>
All Implemented Interfaces:
WorkQueue<E>

public class BlockingWorkQueue<E> extends Object implements WorkQueue<E>