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

#152 in Unix APIs

Download history 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 3002/week @ 2025-01-12 3406/week @ 2025-01-19 3515/week @ 2025-01-26 3666/week @ 2025-02-02 3397/week @ 2025-02-09

14,176 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–10MB
~98K SLoC