Package threadutils :: Class ThreadPoolShared
[hide private]
[frames] | no frames]

Class ThreadPoolShared

source code

ThreadPoolMixIn --+
                  |
                 ThreadPoolShared

A Fake ThreadPool that share Thread objects (RunThread) between ThreadPool's objects. Useful to save resources

Instance Methods [hide private]
 
__init__(self, maxthreads, queue, can_grow=True) source code

Inherited from ThreadPool'.ThreadPoolMixIn: _init_, begin, close, end, execute, put_block