| Home | Trees | Index | Help |
|
|---|
|
threadpool: Easy to use object-oriented thread pool framework.
__builtin__.object:
The most base type
__builtin__.type:
type(object) -> the object's type
type(name, bases, dict) -> a new type
exceptions.Exception:
Common base class for all exceptions.
threadpool.NoResultsPending:
All work requests have been processed.
threadpool.NoWorkersAvailable:
No worker threads available to process remaining requests.
threadpool.ThreadPool:
A thread pool, distributing work requests and collecting results.
threadpool.WorkRequest:
A request to execute a callable for putting in the request queue later.
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri May 26 14:09:11 2006 | http://epydoc.sf.net |