Part of twisted.internet View Source
Extended thread dispatching support.
For basic support see reactor threading API docs.
API Stability: stable
Maintainer: Itamar Shtull-TrauringFunction | _putResultInDeferred | Run a function and give results to a Deferred. |
Function | deferToThread | Run function in thread and return result as Deferred. |
Function | _runMultiple | Run a list of functions. |
Function | callMultipleInThread | Run a list of functions in the same thread. |
Run a list of functions in the same thread.
tupleList should be a list of (function, argsList, kwargsDict) tuples.