Expand description
Linux eventfd
implementation.
Structs§
- Event 🔒A kind of file descriptor created by
eventfd
. TheEvent
type isn’t currently written to byeventfd
. The interface is meant to keep track of objects associated with a file descriptor. For more information see the man page below:
Constants§
- Maximum value that the eventfd counter can hold.