Function nix::sys::epoll::epoll_ctl

source ·
pub fn epoll_ctl<'a, T>(
    epfd: RawFd,
    op: EpollOp,
    fd: RawFd,
    event: T
) -> Result<()>where
    T: Into<Option<&'a mut EpollEvent>>,
Available on crate feature event only.