3 unstable releases

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

#466 in Unix APIs

Download history 573/week @ 2024-03-13 1687/week @ 2024-03-20 1047/week @ 2024-03-27 1075/week @ 2024-04-03 1110/week @ 2024-04-10 880/week @ 2024-04-17 1187/week @ 2024-04-24 1483/week @ 2024-05-01 638/week @ 2024-05-08 567/week @ 2024-05-15 168/week @ 2024-05-22 1699/week @ 2024-05-29 859/week @ 2024-06-05 562/week @ 2024-06-12 955/week @ 2024-06-19 482/week @ 2024-06-26

2,987 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

~2–14MB
~112K SLoC