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 will accept a PR for this, since it looks like it can be implemented on top of the current impl. However since we still support Rust 1.63 and therefore Windows 7/10, we should keep around the old impl.
ProcessSocketNotifications is a new Windows API after 21H1. It performs much like epoll and kqueue, and provides edge trigger.
I would like to implememt it, together with #141. I think it will almost be a total rewrite of current IOCP impl. Would you like this idea?
Ref: https://learn.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-processsocketnotifications
The text was updated successfully, but these errors were encountered: