file: 10-C-utils.t package: muf status: alpha
The runJob
operator is a simple convenience
which looks up a run queue for the given
job, and then calls queueJob
to run it.
It is currently implemented as:
: runJob { $ -> } -> j j$s.owner -> o o$s.runQueue1 -> q ( Doesn't matter which runQueue we pick. ) j q queueJob ;
Go to the first, previous, next, last section, table of contents.