tree: 81542e7603cf80afad77e7823fd0e7ed367a0d85 [path history] [tgz]
  1. examples/
  2. src/
  3. .cargo-checksum.json
  4. .cargo_vcs_info.json
  5. .gitlab-ci.yml
  6. .travis.yml
  7. BUILD.bazel
  8. Cargo.lock
  9. Cargo.toml
  10. Cargo.toml.orig
  11. CHANGELOG.md
  12. LICENSE
  13. README.md
  14. TODOs.org
  15. 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/.