1 unstable release
0.12.1 | Apr 24, 2024 |
---|
#690 in Concurrency
331 downloads per month
Used in 22 crates
(9 directly)
170KB
3.5K
SLoC
parking_lot real-time
A fork of the well-known parking_lot crate with real-time-safe patches.
-
Threads are parked immediately if a lock is not available.
THIS IS NOT A HIGH-LOAD CRATE. It is designed for real-time systems, use it only if you know what you are doing.
lib.rs
:
This library provides implementations of Mutex
, RwLock
, Condvar
and
Once
that are smaller, faster and more flexible than those in the Rust
standard library. It also provides a ReentrantMutex
type.
Dependencies
~0.2–6MB
~26K SLoC