]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: curl_multi_unblock
authorDaniel Stenberg <daniel@haxx.se>
Fri, 8 Nov 2019 22:31:08 +0000 (23:31 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 8 Nov 2019 22:31:08 +0000 (23:31 +0100)
Closes #4418

docs/TODO

index e75c1647bebf30a93a95652ab1595cae8feb3858..46b015c0291de585300eaac074115c6117d975cb 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -51,6 +51,7 @@
  2.4 Split connect and authentication process
  2.5 Edge-triggered sockets should work
  2.6 multi upkeep
+ 2.7 curl_multi_unblock
 
  3. Documentation
  3.2 Provide cmake config-file
 
  See https://github.com/curl/curl/issues/3199
 
+2.7 curl_multi_unblock
+
+ A portable way to unblock curl_multi_wait from another thread.
+
+ See https://github.com/curl/curl/issues/4418 and
+ https://github.com/curl/curl/wiki/curl_multi_unblock
+
 3. Documentation
 
 3.2 Provide cmake config-file