priority-inheriting-lock

Crates.iopriority-inheriting-lock
lib.rspriority-inheriting-lock
version1.0.0
sourcesrc
created_at2022-06-18 19:07:00.519252
updated_at2024-06-12 00:56:16.626062
descriptionA priority-inheriting lock based on Linux futexes
homepage
repositoryhttps://github.com/rtzoeller/rust-priority-inheriting-lock/
max_upload_size
id608660
size29,489
Ryan Zoeller (rtzoeller)

documentation

README

Priority-Inheriting Lock for Rust

A priority-inheriting lock implementation based on Linux futexes.

It uses @m-ou-se's linux-futex crate to implement @Amanieu's lock_api.

In general, you should consider using the lock implementations provided by std or parking_lot, unless your application is intended to run on a real-time system where priority inversions must be avoided.

Minimum Rust version

The current minimum supported Rust version (MSRV) is 1.69. The MSRV will not be changed in the future without bumping the major or minor version.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 42

cargo fmt