3 unstable releases

0.2.1 Aug 24, 2023
0.2.0 Mar 23, 2021
0.1.0 Mar 7, 2019

#411 in Unix APIs

Download history 360/week @ 2024-01-01 214/week @ 2024-01-08 256/week @ 2024-01-15 150/week @ 2024-01-22 3146/week @ 2024-01-29 1430/week @ 2024-02-05 527/week @ 2024-02-12 1060/week @ 2024-02-19 996/week @ 2024-02-26 1372/week @ 2024-03-04 645/week @ 2024-03-11 1278/week @ 2024-03-18 1401/week @ 2024-03-25 795/week @ 2024-04-01 1414/week @ 2024-04-08 798/week @ 2024-04-15

4,414 downloads per month
Used in 2 crates (via northstar-runtime)

MIT license

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