Crates.io | parking_lot_rt |
lib.rs | parking_lot_rt |
version | 0.12.1 |
source | src |
created_at | 2024-04-24 01:41:51.523566 |
updated_at | 2024-04-24 01:41:51.523566 |
description | Parking-lot fork for real-time applications |
homepage | |
repository | https://github.com/alttch/parking_lot |
max_upload_size | |
id | 1218270 |
size | 189,793 |
A fork of the well-known parking_lot crate with real-time-safe patches.
Threads are parked immediately if a lock is not available.
Spin-free [Once
], [Mutex
] and [RwLock
] implementations.
THIS IS NOT A HIGH-LOAD CRATE. It is designed for real-time systems, use it only if you know what you are doing.