Expand description
Bitmap used by pselect()
and select
to indicate the event to wait for.
Fields
bits: [u64; 16]
Implementations
Collect all fds with their bits set.
Clear a certain bit d
to stop waiting for the event of the correspond fd.
Bitmap used by pselect()
and select
to indicate the event to wait for.
bits: [u64; 16]
Collect all fds with their bits set.
Clear a certain bit d
to stop waiting for the event of the correspond fd.