I manage a pool of Runner instances.

Method __init__ MultiRunner(execPath, N=None)
Method shutdown Shuts down each Runner, returning a Deferred that fires when they've all stopped.
Method __call__ Call my instance with a 2-sequence of values and I will call the next free Runner in my pool with it. Returns a Deferred that fires with the result when it arrives.
def __init__(self, execPath, N=None):

MultiRunner(execPath, N=None)

def shutdown(self):

Shuts down each Runner, returning a Deferred that fires when they've all stopped.

def __call__(self, values):

Call my instance with a 2-sequence of values and I will call the next free Runner in my pool with it. Returns a Deferred that fires with the result when it arrives.

API Documentation for ade, generated by pydoctor at 2022-11-17 13:13:22.