| Trees | Index | Help |
|---|
| Package Bio :: Package MultiProc |
|
| Submodules | |
|---|---|
| Function Summary | |
|---|---|
run(nprocs, fn[, fn_args][, fn_keywds][, sleep]) | |
| Function Details |
|---|
run(nprocs, fn, fn_args=(), fn_keywds={}, sleep=0.10000000000000001, always_use_scheduler=0)run(nprocs, fn[, fn_args][, fn_keywds][, sleep]) Run nprocs copies of fn concurrently. The first two parameters of fn should be a process number (0 to nprocs-1) and the total number of processes. Additional arguments and keywords can be passed in the fn_args and fn_keywds parameters. Sleep is the amount of time the scheduler should wait between process polls. |
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Jan 31 09:58:02 2007 | http://epydoc.sf.net |