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

#163 in Unix APIs

Download history 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 3002/week @ 2025-01-12 3406/week @ 2025-01-19 3515/week @ 2025-01-26 3666/week @ 2025-02-02 3419/week @ 2025-02-09 4246/week @ 2025-02-16 4207/week @ 2025-02-23 3838/week @ 2025-03-02 4119/week @ 2025-03-09 3975/week @ 2025-03-16

16,337 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

~2–11MB
~98K SLoC