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

#621 in Unix APIs

Download history 962/week @ 2023-12-10 499/week @ 2023-12-17 123/week @ 2023-12-24 848/week @ 2023-12-31 915/week @ 2024-01-07 542/week @ 2024-01-14 683/week @ 2024-01-21 798/week @ 2024-01-28 1006/week @ 2024-02-04 991/week @ 2024-02-11 1296/week @ 2024-02-18 1306/week @ 2024-02-25 1141/week @ 2024-03-03 1075/week @ 2024-03-10 745/week @ 2024-03-17 898/week @ 2024-03-24

3,886 downloads per month
Used in libaio

MIT license

8KB
145 lines

Eventfd Binding

Build Status

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
~34K SLoC