Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module threads |
|
Extended thread dispatching support.
For basic support see reactor threading API docs.
API Stability: stable
Maintainer: Itamar Shtull-Trauring<mailto:twisted@itamarst.org>Function Summary | |
---|---|
Run function in thread and return result as Deferred. | |
Run a list of functions in the same thread. |
Function Details |
---|
callMultipleInThread(tupleList)Run a list of functions in the same thread. tupleList should be a list of (function, argsList, kwargsDict) tuples. |
deferToThread(f, *args, **kwargs)Run function in thread and return result as Deferred. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:41 2003 | http://epydoc.sf.net |