| Home | Trees | Indices | Help |
|---|
|
|
threads management to run jobs
Copyright: this file is in the public domain
|
|||
| Runner | |||
| CommandRunner | |||
| Runners | |||
|
|||
|
|||
|
|||
|
|||
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
|
|||
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0 on Fri Sep 26 22:09:17 2008 | http://epydoc.sourceforge.net |