ygrek / ocurl

OCaml bindings to libcurl
https://ygrek.org/p/ocurl
MIT License
59 stars 32 forks source link

Add support for curl_multi_poll #46

Closed toots closed 3 years ago

toots commented 3 years ago

Contrary to wait, this function does not return immediately when there are no pending transfer but waits for timeout_ms. The module falls back to wait if the function is unavailable.