asynqueue.__init__
module documentation
Part of asynqueue
Priority queueing of tasks to one or more workers.
Workers can run asynchronously in the main thread (workers.AsyncWorker
,
for non-blocking tasks), in one or more threads (workers.ThreadWorker
),
or on one or more subordinate Python processes (workers.ProcessWorker
).