MCPcopy Create free account
hub / github.com/JosephP91/curlcpp / curl_waitfd

Class curl_waitfd

src/curl_multi.cpp:119–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118// Implementation of wait method.
119void curl_multi::wait(struct curl_waitfd extra_fds[], const unsigned int extra_nfds, const int timeout_ms, int *numfds) {
120 const CURLMcode code = curl_multi_wait(this->curl.get(),extra_fds,extra_nfds,timeout_ms,numfds);
121 if (code != CURLM_OK) {
122 throw curl_multi_exception(code,__FUNCTION__);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected