|
D.15.18.2 parallelWaitFirst
Procedure from library parallel.lib (see parallel_lib).
- Usage:
- parallelWaitFirst(commands, args[, timeout]); commands list,
arguments list, timeout int
- Return:
- a list, containing at least one (if no timeout occurs) of the results
of commands[i] applied to arguments[i], i = 1, ..., size(arguments).
The command parallelWaitFirst(commands, arguments[, timeout])
is synonymous to
parallelWaitN(commands, arguments, 1[, timeout]) . See
parallelWaitN for details on optional arguments and other
remarks.
Example:
See also:
parallelWaitAll;
parallelWaitN;
tasks_lib.
|