Package core :: Package controllers :: Package threads :: Module threadManager :: Class threadManager
[hide private]
[frames] | no frames]

Class threadManager



This class manages threads.


Author: Andres Riancho ( andres.riancho@gmail.com )

Instance Methods [hide private]
  __init__(self)
  _initPool(self)
  setMaxThreads(self, threads)
  getMaxThreads(self)
  startDaemon(self, threadObj)
  stopDaemon(self, threadObj)
  stopAllDaemons(self)
  startFunction(self, target, args=(), kwds={}, restrict=True, ownerObj=None)
  join(self, ownerObj=None, joinAll=False)

Method Details [hide private]

__init__(self)
(Constructor)

 
None

_initPool(self)

 
None

setMaxThreads(self, threads)

 
None

getMaxThreads(self)

 
None

startDaemon(self, threadObj)

 
None

stopDaemon(self, threadObj)

 
None

stopAllDaemons(self)

 
None

startFunction(self, target, args=(), kwds={}, restrict=True, ownerObj=None)

 
None

join(self, ownerObj=None, joinAll=False)

 
None