java.util.concurrent

Package java.util.concurrent

Utility classes commonly useful in concurrent programming.

See: Description

Interface Summary
Interface Description
BlockingDeque<E>

A Deque that additionally supports blocking operations that wait for the deque to become non-empty when retrieving an element, and wait for space to become available in the deque when storing an element.

BlockingQueue<E>

A Queue that additionally supports operations that wait for the queue to become non-empty when retrieving an