mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:23:44 +03:00
parent
c0e139a60d
commit
b1b9692614
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ call libcurl again. The older API to accomplish the same thing is
|
|||
\fIcurl_multi_fdset(3)\fP that extracts fd_sets from libcurl to use in
|
||||
select() or poll() calls in order to get to know when the transfers in the
|
||||
multi stack might need attention. Both these APIs allow for your program to
|
||||
wait for input on your own private file descriptors at the same time
|
||||
wait for input on your own private file descriptors at the same time.
|
||||
\fIcurl_multi_timeout(3)\fP also helps you with providing a suitable timeout
|
||||
period for your select() calls.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue