Undocumented
Method __init__ Constructs an instance of me with a util.DeferredLock.
Method run Implements IWorker.run, running the task in the main thread. The task callable must not block.

Inherited from AsyncWorker:

Method setResignator Undocumented
Method stop Implements IWorker.stop.
Method crash There's no point to implementing this because the Twisted main loop will block along with any task you give this worker.
def __init__(self, *args, **kw):

Constructs an instance of me with a util.DeferredLock.

ParametersseriesA list of one or more task series that this particular instance of me is qualified to handle.
rawSet True if you want raw iterators to be returned instead of iteration.Deferator instances. You can override this with the same keyword set False in a call.
def run(self, task):

Implements IWorker.run, running the task in the main thread. The task callable must not block.

API Documentation for AsynQueue, generated by pydoctor at 2022-11-17 13:13:24.