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

Download history 1047/week @ 2024-03-13 697/week @ 2024-03-20 1080/week @ 2024-03-27 1436/week @ 2024-04-03 1069/week @ 2024-04-10 1019/week @ 2024-04-17 611/week @ 2024-04-24 400/week @ 2024-05-01 408/week @ 2024-05-08 505/week @ 2024-05-15 338/week @ 2024-05-22 526/week @ 2024-05-29 321/week @ 2024-06-05 298/week @ 2024-06-12 197/week @ 2024-06-19 161/week @ 2024-06-26

1,042 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
~35K SLoC