Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
別のスレッドからcurl_easy_performをキャンセルする簡単な方法はありますか?
キャンセルを実行するには、コールバック関数(書き込み/読み取り/進行)を使用する必要があります。他のスレッドはフラグを設定する必要があり、コールバック関数はフラグをチェックして適切な値を返し、操作をキャンセルします。