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
@property
def data(self):
Undocumented
def __getattr__(self, name):
Undocumented
API Documentation for AsynQueue, generated by pydoctor at 2022-11-17 13:13:24.