A worker implementation that supplies a context.

Method __init__ Create with a real worker and a context.
Method do Perform the given work with the context given to __init__.
def __init__(self, realWorker, **ctx):

Create with a real worker and a context.

def do(self, work):

Perform the given work with the context given to __init__.

Parametersworkthe work to pass on to the real worker.
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.