mirror of
https://github.com/curl/curl.git
synced 2026-08-04 17:06:15 +03:00
docs/examples: use curl_multi_poll() in multi examples
The API is soon two years old and deserves being shown as the primary way to drive multi code as it makes it much easier to write code. multi-poll: removed multi-legacy: add to show how we did multi API use before curl_multi_wait/poll. Closes #7352
This commit is contained in:
parent
738fb63e61
commit
ae8e11ed5f
15 changed files with 282 additions and 966 deletions
|
|
@ -74,7 +74,7 @@ check_PROGRAMS = \
|
|||
multi-debugcallback \
|
||||
multi-double \
|
||||
multi-formadd \
|
||||
multi-poll \
|
||||
multi-legacy \
|
||||
multi-post \
|
||||
multi-single \
|
||||
parseurl \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue