Idris2Doc : System.Linux.Eventfd.Eventfd

System.Linux.Eventfd.Eventfd

(source)

Definitions

recordEventfd : Type
  A file descriptor for basic file events.

This can be used as an event wait/notify mechanism similar to
a `Condition` variable.

Totality: total
Visibility: export
Constructor: 
EFD : Bits32->Eventfd

Projection: 
.fd : Eventfd->Bits32

Hints:
CastEventfdFd
CastCIntEventfd