Module hinix::eventfd[][src]

Expand description

Module to manage Linux event objects. See: https://man7.org/linux/man-pages/man2/eventfd.2.html

Structs

An event object that can be used as a wait/notify mechanism between user-space applications, threads in an app, or between the kernel and user-space.

Type Definitions

The flags used to create an EventFd