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
Winsock2 has a POSIX-like `poll` function named `WSAPoll`, along with
associated `POLL*` flags, so add rustix support for using it.
To support this, fold the `AsSocketAsFd` trait into `AsFd` so that users
can simply use `AsFd` on Windows when working with the Winsock2 APIs.
0 commit comments