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 ?
您必须使用回调函数(写入/读取/进度)来执行取消。另一个线程需要设置一个标志,回调函数检查标志并返回适当的值以取消操作。