Package threadutils
[hide private]
[frames] | no frames]

Package threadutils

source code

Thread utilities or useful classes based on thread usage


Version: 0.1

Submodules [hide private]

Classes [hide private]
  PeriodicExecution
Performs execution of |periodicfunction| in the time |now| + timetobegin, and periodically repites every |timeinterval|.
  ServerInThread
  ThreadPoolShared
A Fake ThreadPool that share Thread objects (RunThread) between ThreadPool's objects.
  ThreadPool
Create at most |maxthreads| to retrieve sites.
Functions [hide private]
 
forkdaemon(new_stdout=None, new_stderr=None, new_stdin=None, new_cwd='/home/sadit/3kong/threekong/packages', msg=None)
A simple (not double fork) daemon generator.
source code
Variables [hide private]
  warn = warn.Warn('threadutils')
  __doc__ = """ Thread utilities or useful classes based on thre...
Variables Details [hide private]

__doc__

Value:
""" Thread utilities or useful classes based on thread usage """