lib: add curl_multi_waitfds

New function call, similar to curl_multi_fdset()

Closes #13135
This commit is contained in:
Dmitry Karpov 2024-03-14 21:41:44 -07:00 committed by Daniel Stenberg
parent e469ac4494
commit 02beac6bb6
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
12 changed files with 553 additions and 2 deletions

View file

@ -10,6 +10,7 @@ See-also:
- curl_multi_perform (3)
- curl_multi_timeout (3)
- curl_multi_wait (3)
- curl_multi_waitfds (3)
- select (2)
Protocol:
- All