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

#1027 in Asynchronous

Download history 3010/week @ 2025-10-13 3719/week @ 2025-10-20 3304/week @ 2025-10-27 3528/week @ 2025-11-03 3064/week @ 2025-11-10 3330/week @ 2025-11-17 3449/week @ 2025-11-24 4051/week @ 2025-12-01 2897/week @ 2025-12-08 2406/week @ 2025-12-15 1135/week @ 2025-12-22 1007/week @ 2025-12-29 2145/week @ 2026-01-05 4115/week @ 2026-01-12 3112/week @ 2026-01-19 2884/week @ 2026-01-26

12,318 downloads per month
Used in 4 crates (2 directly)

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–12MB
~79K SLoC