tree: 4d82e12029d61a04031a08ff2b8eadd765dbdcb0 [path history] [tgz]
  1. examples/
  2. src/
  3. .cargo-checksum.json
  4. Cargo.lock
  5. Cargo.toml
  6. CHANGELOG.md
  7. LICENSE
  8. OWNERS
  9. README.md
  10. TODOs.org
  11. Vagrantfile
third_party/rust_crates/vendor/kqueue-1.0.7/README.md

kqueue

GitlabPipelines Travis BuildStatus

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/.