You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed #1345, but I need less APIs. I would just like to have the public CompletionPort APIs.
Backgrounds: I'm the author of tokio-iocp, a IOCP lib working on tokio runtime. However, the mio waits for the IOCP handle for infinite time, which causes my runtime stuck. I also need APIs to access mio from tokio runtime, and I will ask for it in the tokio repo.