Package org.smallmind.phalanx.worker
Interface WorkQueue<E>
- All Known Implementing Classes:
BlockingWorkQueue,TransferringWorkQueue
public interface WorkQueue<E>
-
Method Summary
-
Method Details
-
offer
- Throws:
InterruptedException
-
poll
- Throws:
InterruptedException
-