3 unstable releases

0.2.1 Aug 24, 2023
0.2.0 Mar 23, 2021
0.1.0 Mar 7, 2019

#638 in Unix APIs

Download history 636/week @ 2024-07-23 2055/week @ 2024-07-30 77/week @ 2024-08-06 61/week @ 2024-08-13 72/week @ 2024-08-20 84/week @ 2024-08-27 350/week @ 2024-09-03 1098/week @ 2024-09-10 1025/week @ 2024-09-17 1570/week @ 2024-09-24 2101/week @ 2024-10-01 5843/week @ 2024-10-08 7325/week @ 2024-10-15 9244/week @ 2024-10-22 7393/week @ 2024-10-29 5284/week @ 2024-11-05

30,806 downloads per month
Used in 2 crates (via northstar-runtime)

MIT license

9KB
189 lines

Linux eventfd for tokio


lib.rs:

This crate provides eventfd file-like objects support for tokio. eventfd object can be used as an event wait/notify mechanism by user-space applications, and by the kernel to notify user-space applications of events. The object contains an unsigned 64-bit integer counter that is maintained by the kernel.

Dependencies

~3–10MB
~95K SLoC