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
@classmethod
def check(cls, instance):
Undocumented
def __init__(self, wireServer=None):
Undocumented
@RunTask.responder
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.

@GetNext.responder
def getNext(self, ID):
API Documentation for AsynQueue, generated by pydoctor at 2022-11-17 13:13:24.