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