Home | Trees | Index | Help |
---|
Package twisted :: Package python :: Module threadpool |
|
twisted.threadpool: a pool of threads to which we dispatch tasks.
If you want integration with Twisted's event loop then use twisted.internet.threadtask instead.Classes | |
---|---|
ThreadPool |
This class (hopefully) generalizes the functionality of a pool of threads to which work can be dispatched. |
ThreadSafeList |
In Jython 2.1 lists aren't thread-safe, so this wraps it. |
Variable Summary | |
---|---|
NoneType |
WorkerStop
|
Variable Details |
---|
WorkerStop
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:58 2003 | http://epydoc.sf.net |