asynqueue.process module documentation
Part of asynqueue
An implementor of the IWorker interface using (gasp!
Twisted heresy!) Python's standard-library multiprocessing.
| See Also | ProcessQueue
and ProcessWorker. | |
| Class | ProcessQueue | A TaskQueue
that runs tasks on one or more subordinate Python processes. |
| Class | ProcessUniverse | Each process for a ProcessWorker
lives in one of these. |
| Class | ProcessBase | I am a base class for objects that are handy to pass as arguments to a
ProcessQueue. |