nix
0.26.1
In nix::
sys::
epoll
Structs
EpollCreateFlags
EpollEvent
EpollFlags
Enums
EpollOp
Functions
epoll_create
epoll_create1
epoll_ctl
epoll_wait
nix
::
sys
::
epoll
Function
epoll_wait
Copy item path
Settings
Help
Summary
Source
pub fn epoll_wait( epfd:
RawFd
, events: &mut [
EpollEvent
], timeout_ms:
isize
, ) ->
Result
<
usize
>