[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- 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.
- object:
The most base type
- exceptions.BaseException:
Common base class for all exceptions
- exceptions.Exception:
Common base class for all non-exit exceptions.
- threading._Verbose
- threading.Thread:
A class that represents a thread of control.