Changes

Jump to navigation Jump to search
No change in size ,  19:22, 15 February 2023
map { 'parallel': 8 }
)
</syntaxhighlight>
* Parallel sleep function calls. The function is expected to finish in 1 second if the system has at least 2 cores:
<syntaxhighlight lang="xquery">
let $f := function() { prof:sleep(1000) }
return xquery:fork-join(($f, $f))
</syntaxhighlight>
</syntaxhighlight>
|- valign="top"
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu