Package gozerbot :: Module runner
[hide private]
[frames] | no frames]

Module runner

source code

threads management to run jobs


Copyright: this file is in the public domain

Classes [hide private]
  Runner
  CommandRunner
  Runners
Functions [hide private]
 
runners_start() source code
 
runners_stop() source code
Variables [hide private]
  runlock = thread.allocate_lock()
  cbrunners = [Runners(10-i) for i in range(10)]
  cmndrunners = [Runners(12-i, CommandRunner) for i in range(10)]
  i = 9