Expand description
Re-exports§
Structs§
- Storage element type for use with
select
. - An iterator over the fds in a set.
Constants§
- BITS 🔒
Functions§
- div_ceil 🔒
- Compute the minimum
nfds
value needed for the set pointed to byfds
. - Set
fd
in the set pointed to byfds
. - Compute the number of
FdSetElement
s needed to hold a set which can contain up toset_count
file descriptors with values less thannfds
. fd_set_num_elements
implementation on platforms with bitvector implementations.- Clear
fd
in the set pointed to byfds
. select(nfds, readfds, writefds, exceptfds, timeout)
—Wait for events on sets of file descriptors.