tree: 628fb6d4896d6ee7371380f30eec98c494d49c5c [path history] [tgz]
  1. examples/
  2. src/
  3. .cargo-checksum.json
  4. Cargo.lock
  5. Cargo.toml
  6. CHANGELOG.md
  7. LICENSE
  8. README.md
  9. TODOs.org
  10. Vagrantfile
vendor/kqueue-1.0.8/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/.