2 unstable releases
0.2.0 | Mar 23, 2021 |
---|---|
0.1.0 | Mar 7, 2019 |
#284 in #tokio
8,878 downloads per month
Used in 2 crates
(via northstar-runtime)
8KB
171 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.3–6.5MB
~97K SLoC