7 releases
0.2.0 | Jun 27, 2022 |
---|---|
0.1.0 | Jul 13, 2015 |
0.0.5 | Jan 1, 2015 |
0.0.4 | Dec 2, 2014 |
0.0.2 | Nov 28, 2014 |
#638 in Unix APIs
1,042 downloads per month
Used in libaio
8KB
145 lines
Eventfd Binding
This crate implements a binding for eventfd. This isn't especially useful on its own; the primary use case is as part of the API for other Linux syscalls and subsystems.
Jeremy Fitzhardinge jeremy@goop.org
lib.rs
:
EventFD binding
This crate implements a simple binding for Linux eventfd(). See eventfd(2) for specific details of behaviour.
Dependencies
~1.5MB
~35K SLoC