asynqueue.base
module documentation
Part of asynqueue
The TaskQueue
and its immediate support staff.
Class | Priority | I provide simple, asynchronous access to a priority heap. |
Class | LoadInfoProducer | Produces task queue loading information. |
Class | Queue | I am an asynchronous priority queue. Construct me with an item handler
that can be called with each item from the queue and call shutdown when
I'm done. |
Class | TaskQueue | I am a task queue for dispatching arbitrary callables to be run by one or more worker objects. |