file: 10-C-utils.t package: muf status: alpha
The forkJobset operator is a simple convenience
which does a copyJobset and then runs the child,
yielding something closer to the unix semantics.
It is currently implemented as:
: forkJobset { $ -> $ } -> name
name copyJobset -> j
j if j runJob fi
j
;
See section copyJobset.
Go to the first, previous, next, last section, table of contents.