A subclass of $(D_PSYMBOL Queue) that retrieves most recently added entries first.
A subclass of $(D_PSYMBOL Queue); retrieves entries in priority order (largest first).
A queue, useful for coordinating producer and consumer coroutines.
Exception thrown when $(D_PSYMBOL Queue.getNowait()) is called on a $(D_PSYMBOL Queue) object which is empty.
Exception thrown when $(D_PSYMBOL Queue.putNowait()) is called on a $(D_PSYMBOL Queue) object which is full.
Queues.