128
127
errback(sys.exc_info()[1])
132
131
def dispatchWithCallback(self, owner, callback, errback, func, *args, **kw):
133
132
"""Dispatch a function, returning the result to a callback function.
135
134
The callback function will be called in the thread - make sure it is