19 releases (11 stable)
| 1.1.1 | May 6, 2025 |
|---|---|
| 1.0.8 | Aug 6, 2023 |
| 1.0.7 | Oct 16, 2022 |
| 1.0.6 | Apr 28, 2022 |
| 0.2.1 | Feb 28, 2017 |
#17 in Operating systems
1,551,744 downloads per month
Used in 1,598 crates
(5 directly)
36KB
753 lines
kqueue
kqueue(2) library for rust
kqueue(2) is a powerful API in BSDs that allows you to get events based on
fs events, buffer readiness, timers, process events and signals.
This is useful for code that's either BSD-specific, or as a component in an abstraction over similar APIs in cross-platform code.
Docs
Docs are mirrored here: https://docs.worrbase.com/rust/kqueue/ .
Examples
There are some basic usage examples in examples/.
Dependencies
~185KB