3 unstable releases
0.2.1 | Aug 24, 2023 |
---|---|
0.2.0 | Mar 23, 2021 |
0.1.0 | Mar 7, 2019 |
#638 in Unix APIs
30,806 downloads per month
Used in 2 crates
(via northstar-runtime)
9KB
189 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
~3–10MB
~95K SLoC