cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Detecting request completion with asynchronous interface

From: bp <bp.personal_at_gmail.com>
Date: Mon, 9 Mar 2009 15:03:06 -0400

On Mon, Mar 9, 2009 at 2:48 PM, Jeff Pohlmeyer <yetanothergeek_at_gmail.com>wrote:

> If you need to associate some external data with an easy handle,
> you can set it with curl_easy_setopt(CURLOPT_PRIVATE) and retrieve
> it later with curl_easy_getinfo(CURLINFO_PRIVATE)
>

Oh, I looked for such a thing but missed it. You're right, CURLOPT_PRIVATE
should make dispatching multiple completions equally easy.
Received on 2009-03-09