Trees | Indices | Help |
|
---|
|
object --+ | Queue
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
`host' specifies hosts and maximum numbers of jobs for each host by passing a list of (<host>, <max_jobs>) tuples.
|
`job' can be a single job object or a list of job objects. `job's pushed into this `Queue' object are waiting for being processed. There are two ways for a job to go: (1) it is launched to run if it has not yet run; (2) if it has finished running, it will be removed from this `Queue' object, and `job.finish()' will be called to terminate the job. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon May 19 23:05:08 2014 | http://epydoc.sourceforge.net |