curl_multi_exec()
function curl_multi_exec(CurlMultiHandle $multi_handle, int $still_running): int
Runs the sub-connections of the current cURL handle.
Parameters:
$multi_handle(CurlMultiHandle)$still_running(int), passed by reference
Returns: int
Availability
- Compiled (AOT): supported through the compiler-injected curl prelude.
eval()(magician interpreter): supported — declarative interpreter builtin (crates/elephc-magician/src/interpreter/builtins/curl/curl_multi_exec.rs).
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how curl_multi_exec is implemented in the compiler, see the internals page.