|
D.15.16.2 parallelWaitFirst
Procedure from library parallel.lib (see parallel_lib).
- Usage:
- parallelWaitFirst(commands, args[, timeout, linktype, servers,
maxmemory]); commands list, args list, timeout int, linktype string,
servers list, maxmemory intvec
- Return:
- a list, containing at least one (if no timeout occurs) of the results
of commands[i] applied to arg[i], i = 1, ..., size(commands).
The command
parallelWaitFirst(list commands, list args, list #) is
synonymous to
parallelWaitN(list commands, list args, 1, list #) . See
parallelWaitN for details on optional arguments and other
remarks.
Example:
See also:
MP links;
Ssi links;
waitfirst.
|