asynqueue.workers
module documentation
Part of asynqueue
Implementors of the interfaces.IWorker
interface. These objects are what handle the tasks in your base.TaskQueue
.
Class | ThreadWorker | I implement an IWorker that runs
tasks in a dedicated worker thread. |
Class | ProcessWorker | I implement an IWorker that runs
tasks in a dedicated worker process. |
Class | AsyncWorker | I implement an IWorker that runs
tasks in the Twisted main loop. |