bytecodealliance / rustix

Safe Rust bindings to POSIX-ish APIs
Other
1.46k stars 152 forks source link

Implement `select`. #1162

Open sunfishcode opened 3 weeks ago

sunfishcode commented 3 weeks ago

Add a select function, defined only on platforms where it doesn't have an FD_SETSIZE limitation.