Module asynchronous.queues

Queues.

Classes

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

Authors

Dragos Carp

Copyright

© 2015-2016 Dragos Carp

License

Boost Software License - Version 1.0