rust-lang / libc

Raw bindings to platform APIs for Rust
https://docs.rs/libc
Apache License 2.0
2.09k stars 1.04k forks source link

Any chances to include `epoll_pwait2()`? #2632

Open serzhiio opened 2 years ago

serzhiio commented 2 years ago

It would be nice to have better timeout granularity.

devnexen commented 2 years ago

it seems you can call it via syscall already but there is not (yet) a wrapper like epoll_pwait has.