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
12,318 downloads per month
Used in 4 crates
(2 directly)
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