|
D.15.16.3 parallelWaitAll
Procedure from library parallel.lib (see parallel_lib).
- Usage:
- parallelWaitAll(commands, args[, timeout, linktype, servers,
maxmemory]); commands list or string, args list, timeout int,
linktype string, servers list, maxmemory intvec
- Return:
- a list, containing the results of commands[i] applied to arg[i],
i = 1, ..., size(commands).
The command
parallelWaitAll(list commands, list args, list #) is
synonymous to
parallelWaitN(list commands, list args, size(args), list #) . See
parallelWaitN for details on optional arguments and other
remarks.
If commands is of type string, this is a shortcut for a list of size
size(args) whose entries are just this string.
Example:
See also:
MP links;
Ssi links;
waitall.
|