CurlAsync.asyncReinvoke()
DESCRIPTION
Reinvoke the request. This must be called from the callback of a previous request. This request will reuse the std::thread created for the first request. getCurl() can be used to build a new request in the first callback before calling this.
DECLARATION
void asyncReinvoke(const CurlAsyncInvokeCallback& callback)
PARAMETERS
callback:
- The callback to invoke when the request is resolved.