Crate eventfd

Crate eventfd 

Source
Expand description

EventFD binding

This crate implements a simple binding for Linux eventfd(). See eventfd(2) for specific details of behaviour.

Structsยง

EfdFlags
EventFD
An instance of an eventfd. This is a Linux-specific mechanism for publishing events from the kernel.