summaryrefslogtreecommitdiff
path: root/docs/examples/multi-poll.c
Commit message (Collapse)AuthorAgeFilesLines
* examples: add multi-poll.cDaniel Stenberg2019-11-141-0/+76
Show how curl_multi_poll() makes it even easier to use the multi interface. Closes #4596