pub fn fd_set_bound(fds: &[FdSetElement]) -> RawFd
Available on crate feature
event
only.Expand description
Compute the minimum nfds
value needed for the set pointed to by
fds
.
pub fn fd_set_bound(fds: &[FdSetElement]) -> RawFd
event
only.Compute the minimum nfds
value needed for the set pointed to by
fds
.