mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +03:00
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:
parent
dbe4e28d57
commit
0f067ba4aa
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue