Module: cogen.core.queue

Classes

Empty

Full

QDone

A operation for the queue done_task call

QGet

A operation for the queue get call.

QJoin

A operation for the queue join call.

QPut

A operation for the queue put call.

Queue

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