asynqueue.wire.WireWorkerUniverse(amp.CommandLocator)
class documentation
Part of asynqueue.wire
(View In Hierarchy)
Known subclasses: asynqueue.misc.TestUniverse, mcmandelbrot.wire.MandelbrotWorkerUniverse
Subclass me in code that runs on the remote interpreter, and then call
the subclass methods via runTask
.
Only methods you define in subclasses of this method, with names that don't start with an underscore, will be called.
Class Method | check | Undocumented |
Method | __init__ | Undocumented |
Method | runTask | No summary |
Method | getNext |
def runTask(self, methodName, args, kw):
This method is called to call the method specified by methodName of my subclass running on the remote interpreter, with the supplied list args of arguments and dict of keywords kw, which may be empty.
def getNext(self, ID):
See Also | GetNext |