libcurl-multi.md: added curl_multi_get_offt mention

The multi interface page didn't mention the new curl_multi_get_offt
function.

Closes #18579
This commit is contained in:
Christian Schmitz 2025-09-17 11:04:47 +02:00 committed by Daniel Stenberg
parent dbe4e28d57
commit 0f067ba4aa
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -166,7 +166,9 @@ get activity on the sockets you have been asked to wait on, or if the timeout
timer expires.
You can poll curl_multi_info_read(3) to see if any transfer has
completed, as it then has a message saying so.
completed, as it then has a message saying so. To know how many transfers are
currently queued, running, pending or done, you can use the
curl_multi_get_offt(3) function.
# BLOCKING