hunt.concurrency.BlockingQueue

Undocumented in source.

Members

Interfaces

BlockingQueue
interface BlockingQueue(E)

A {@link Queue} that additionally supports operations that wait for the queue to become non-empty when retrieving an element, and wait for space to become available in the queue when storing an element.

Meta