Changes

Jump to navigation Jump to search
594 bytes added ,  19:14, 15 February 2023
no edit summary
==xquery:fork-join==
 
{{Announce|Updated with Version 11:}} Options added.
{| width='100%'
|- valign="top"
| width='120' | '''Signatures'''
|{{Func|xquery:fork-join|$functions as function(*)*|item()*}}<br/>{{Func|xquery:fork-join|$functions as function(*)*, $options as map(*)?|item()*}}
|- valign="top"
|'''Summary'''
|This function executes the supplied (non-updating) {{Code|$functions }} in parallel. The following {{Code|$options}} are available:* {{Code|parallel}}: Maximum number of parallel threads. If the value is smaller than {{Code|1}}, or if the option is omitted, the number of available processors is used.* {{Code|result}}: Suppress or return the function results (default: {{Code|true}}).* {{Code|errors}}: Ignore or raise errors (default: {{Code|true}}).
|- valign="top"
| '''Examples'''
=Changelog=
 
;Version 11
 
* Updated: {{Function||xquery:fork-join}}: Options added.
;Version 10
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu