| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
ThreadPool
A Request Queue for an HTTPServer which pools threads.
ThreadPool objects must provide min, get(), put(obj), start() and stop(timeout) attributes.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
idle = property(_get_idle, doc= _get_idle.__doc__)
|
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Number of worker threads which are idle. Read-only. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Mar 25 16:17:47 2014 | http://epydoc.sourceforge.net |