Package asynqueue

Priority queueing of tasks to one or more threaded or asynchronous workers.
Module base The task queue and its immediate support staff.
Module errors Custom Exceptions
Module jobs Running jobs on python interpreters that are connected as children via
Module processworker An IWorker implementation using Perspective Broker (PB) over STDIO.
Module tasks Task management for the task queue workers
Package test Unit tests for asynqueue
Module workers The worker interface and some implementors.

From the __init__.py module:

Class ThreadQueue I am a task queue for dispatching arbitrary callables to be run by workers
API Documentation for AsynQueue, generated by pydoctor.