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

#648 in Unix APIs

Download history 1119/week @ 2024-01-03 678/week @ 2024-01-10 584/week @ 2024-01-17 791/week @ 2024-01-24 865/week @ 2024-01-31 1164/week @ 2024-02-07 802/week @ 2024-02-14 1490/week @ 2024-02-21 1070/week @ 2024-02-28 1222/week @ 2024-03-06 1047/week @ 2024-03-13 697/week @ 2024-03-20 1080/week @ 2024-03-27 1436/week @ 2024-04-03 1051/week @ 2024-04-10 745/week @ 2024-04-17

4,518 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