CurlAsync.asyncInvoke()

DESCRIPTION

Invokes the request. This starts a new thread in which the request is invoked synchronously. The callback is invoked from the created thread once the request is resolved.

DECLARATION

bool asyncInvoke(const CurlAsyncInvokeCallback& callback)

PARAMETERS

callback:
The callback to be invoked when the request is resolved.

RETURNS

false if a thread is already running. True if the thread was started.