| Home | Trees | Index | Help |
|
|---|
|
threadpool: Easy to use object-oriented thread pool framework.
__builtin__.object:
The most base type
exceptions.BaseException:
Common base class for all exceptions
exceptions.Exception:
Common base class for all non-exit exceptions.
threadpool.NoResultsPending:
All work requests have been processed.
threadpool.NoWorkersAvailable:
No worker threads available to process remaining requests.
__builtin__.type:
type(object) -> the object's type
type(name, bases, dict) -> a new type
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 Sun May 4 15:45:25 2008 | http://epydoc.sf.net |