Module run_queue

Source

Structs§

RunQueue
RunQueueData
A loaded copy of the on-disk data, for on-the-fly indexing/multiple traversal
RunQueueDataWithNext
A RunQueueData paired with its optional successor RunQueueData (the queue where jobs go next)
RunQueueWithNext
A RunQueue paired with its optional successor RunQueue (the queue where jobs go next)

Enums§

JobStatus
The status that a job is in (after running RunQueueWithNext::run_job, but perhaps also useful more generally?) (This is related to, but currently independent of, the run::working_directory::Status type which is currently used to determine “R” status column in evobench list.)