asynqueue.process.ProcessBase(object)
class documentation
Part of asynqueue.process
(View In Hierarchy)
I am a base class for objects that are handy to pass as arguments to a
ProcessQueue
.
For some reason, the multiprocessing package underlying ProcessQueue
constructs multiple pickled instances of the same object running in the
main process, even when just a single ProcessWorker
is being used. My data property returns a dict that is shared by all
such instances.
Method | data | Undocumented |
Method | __getattr__ | Undocumented |