Sharpility
|
Classes | |
interface | BlockingQueue |
A 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. More... | |
class | DefaultBlockingQueue |
Implementation of BlockingQueue. More... | |
class | DefaultConcurrentQueue |