Home | Trees | Indices | Help |
|
---|
|
object --+ | threading._Verbose --+ | threading.Thread --+ | WorkerThread
Background thread connected to the requests/results queues.
A worker thread sits in the background and picks up work requests from one queue and puts the results in another until it is dismissed.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Properties | |
Inherited from Inherited from |
Method Details |
Set up thread in daemonic mode and start it immediatedly. requests_queue and results_queue are instances of Queue.Queue passed by the ThreadPool class when it creates a new worker thread.
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Oct 29 20:44:49 2015 | http://epydoc.sourceforge.net |