Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
22
third-party/vendor/kqueue/README.md
vendored
Normal file
22
third-party/vendor/kqueue/README.md
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# kqueue
|
||||
|
||||
[](https://gitlab.com/rust-kqueue/rust-kqueue/-/commits/main)
|
||||
[](https://travis-ci.com/gitlab/rust-kqueue/rust-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/`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue