mirror of
https://github.com/curl/curl.git
synced 2026-08-11 13:21:54 +03:00
clarified more
This commit is contained in:
parent
2ad7fcbc2f
commit
77db81d661
1 changed files with 5 additions and 0 deletions
|
|
@ -20,6 +20,11 @@ NULL is returned as a signal that there is no more to get at this point. The
|
|||
integer pointed to with \fImsgs_in_queue\fP will contain the number of
|
||||
remaining messages after this function was called.
|
||||
|
||||
When you fetch a message using this function, it is removed from the internal
|
||||
queue so calling this function again will not return the same message
|
||||
again. It will instead return new messages at each new invoke until the queue
|
||||
is emptied.
|
||||
|
||||
The data the returned pointer points to will not survive calling
|
||||
\fIcurl_multi_cleanup(3)\fP or \fIcurl_multi_remove_handle(3)\fP.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue