ade.examples.goldstein-price.MultiRunner(object)
class documentation
Part of ade.examples.goldstein-price
(View In Hierarchy)
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
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.