|-
|'''Summary'''
|This function executes the supplied (non-updating) functions in parallel. The following {{Code|$options}} are available:
* <code>threads</code>: maximum number of parallel threads (default: available number of cores)
* <code>thread-size</code>: number of functions to be evaluated by each thread (default: <code>1</code>)