Changes

Jump to navigation Jump to search
26 bytes removed ,  09:55, 18 August 2018
* In the following query, up to four URLs will be requested in parallel:
<pre class='brush:xquery'>
let $funcs xquery:=fork-join(
for $segment in 1 to 4
let $url := 'http://url.com/path/' || $segment
return function() { http:send-request((), $url) }
return xquery:fork-join($funcs)
</pre>
|-
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu