asynqueue.wire.WireRunner(object)
class documentation
Part of asynqueue.wire
(View In Hierarchy)
An instance of me is constructed by a WireWorkerUniverse
on the server end of the AMP connection to run all tasks for its WireServer
.
Method | __init__ | Undocumented |
Method | shutdown | Undocumented |
Method | call | Run the f-args-kw combination, in the regular thread or in a thread running if I have one. |
Method | getNext | Gets the next item for the iterator specified by ID. |
Method | _saveIterator | Undocumented |
Method | _call | Undocumented |
Method | _getNext | Undocumented |
Run the f-args-kw combination, in the regular thread or in a thread running if I have one.
Returns | A Deferred to the status and result. |
Gets the next item for the iterator specified by ID.
Returns a Deferred
that fires with a response containing
the pickled item and the isValid status indicating if the item is
legit (False
= StopIteration
).