Function rustix::event::fd_set_remove
source ยท pub fn fd_set_remove(fds: &mut [FdSetElement], fd: RawFd)
Expand description
Clear fd
in the set pointed to by fds
.
pub fn fd_set_remove(fds: &mut [FdSetElement], fd: RawFd)
Clear fd
in the set pointed to by fds
.