2 unstable releases

0.2.0 Mar 23, 2021
0.1.0 Mar 7, 2019

#284 in #tokio

Download history 1267/week @ 2022-12-01 207/week @ 2022-12-08 295/week @ 2022-12-15 91/week @ 2022-12-22 274/week @ 2022-12-29 1783/week @ 2023-01-05 1005/week @ 2023-01-12 576/week @ 2023-01-19 1519/week @ 2023-01-26 986/week @ 2023-02-02 992/week @ 2023-02-09 940/week @ 2023-02-16 1714/week @ 2023-02-23 2440/week @ 2023-03-02 2150/week @ 2023-03-09 2552/week @ 2023-03-16

8,878 downloads per month
Used in 2 crates (via northstar-runtime)

MIT license

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