4 releases

0.2.2 Dec 15, 2024
0.2.1 Aug 24, 2023
0.2.0 Mar 23, 2021
0.1.0 Mar 7, 2019

#159 in Unix APIs

Download history 1779/week @ 2024-09-29 4494/week @ 2024-10-06 7609/week @ 2024-10-13 9450/week @ 2024-10-20 7416/week @ 2024-10-27 6482/week @ 2024-11-03 7067/week @ 2024-11-10 3074/week @ 2024-11-17 3128/week @ 2024-11-24 3001/week @ 2024-12-01 3846/week @ 2024-12-08 2826/week @ 2024-12-15 1160/week @ 2024-12-22 948/week @ 2024-12-29 2173/week @ 2025-01-05 2864/week @ 2025-01-12

7,233 downloads per month
Used in 2 crates (via northstar-runtime)

MIT license

9KB
195 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–11MB
~99K SLoC