Top
Back: parallelWaitFirst
Forward: parallelTestAND
FastBack: numerDecom_lib
FastForward: realclassify_lib
Up: parallel_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.15.18.3 parallelWaitAll

Procedure from library parallel.lib (see parallel_lib).

Usage:
parallelWaitAll(commands, arguments[, timeout]); commands list or string, arguments list, timeout int

Return:
a list, containing the results of commands[i] applied to arguments[i], i = 1, ..., size(arguments).
The command parallelWaitAll(commands, arguments[, timeout]) is synonymous to @code{parallelWaitN(commands, arguments, size(arguments)[, timeout])}. See parallelWaitN for details on optional arguments and other remarks.

Note:
As a shortcut, commands can be a string. This is synonymous to providing a list of size(arguments) copies of this string.

Example:
 
See also: parallelWaitFirst; parallelWaitN; tasks_lib.


Top Back: parallelWaitFirst Forward: parallelTestAND FastBack: numerDecom_lib FastForward: realclassify_lib Up: parallel_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-7, Aug 2013, generated by texi2html.