Function eventfd

Source
pub fn eventfd(initval: u32, flags: EventfdFlags) -> Result<OwnedFd>
Available on crate feature event only.
Expand description

eventfd(initval, flags)—Creates a file descriptor for event notification.

§References