Package wtf :: Package opi :: Package worker :: Module threaded :: Class ThreadedWorker
[hide private]
[frames] | no frames]

Class ThreadedWorker

source code

object --+
         |
        ThreadedWorker

Implement threadpool worker model

See Also: wtf.opi.worker.WorkerInterface

Instance Methods [hide private]
 
__init__(self, config, opts, args)
Initialization
source code
 
setup(self, sock, prerun, parent_cleanup, child_cleanup)
Initialization
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __implements__ = [<class 'wtf.opi.worker.WorkerInterface'>]
  sig_hup = True
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, config, opts, args)
(Constructor)

source code 
Initialization
Overrides: object.__init__

setup(self, sock, prerun, parent_cleanup, child_cleanup)

source code 
Initialization