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

#199 in Asynchronous

Download history 2473/week @ 2024-12-17 1079/week @ 2024-12-24 1153/week @ 2024-12-31 2271/week @ 2025-01-07 3380/week @ 2025-01-14 3245/week @ 2025-01-21 3748/week @ 2025-01-28 3408/week @ 2025-02-04 3620/week @ 2025-02-11 4176/week @ 2025-02-18 4103/week @ 2025-02-25 4015/week @ 2025-03-04 4294/week @ 2025-03-11 4331/week @ 2025-03-18 4525/week @ 2025-03-25 4205/week @ 2025-04-01

18,112 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
~99K SLoC