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 Wed Feb 8 21:40:26 2012 | http://epydoc.sourceforge.net |