Go to the first, previous, next, last section, table of contents.


makeJobQueue

Function: makeJobQueue { -> jobQueue }
file: job.t
package: muf
status: alpha

The makeJobQueue function creates and returns an instance of Class JobQueue. You may do coarse-grain job scheduling by moving jobs between such queues. See section queueJob.


Go to the first, previous, next, last section, table of contents.