|
@@ -307,6 +307,13 @@ structure.
|
|
|
|
|
|
TODO: removing HANDLE from the IO port.
|
|
|
|
|
|
+`ReadFileEx` provide another kind of writing asynchronous IO, but still built
|
|
|
+upon this concept of completion. One can register an user-defined callback
|
|
|
+which will be casted at the end of the IO operation.
|
|
|
+
|
|
|
+This callback will get the ownership of the `OVERLAPPED` object and will be
|
|
|
+responsible for processing and releasing it.
|
|
|
+
|
|
|
a lire
|
|
|
https://opensource.googleblog.com/2010/01/libevent-20x-like-libevent-14x-only.html
|
|
|
=> easier to write a notify-to-completion than completion-to-notify wrapper.
|