Classes

Module: cogen.core.queue

Port of Queue.Queue from the python standard library.

Classes

Empty

Full

Queue

This class attempts to mimic the exact functionality of the python standard library Queue.Queue class, but with a coroutine context: