parking_lot_rt

Crates.ioparking_lot_rt
lib.rsparking_lot_rt
version0.12.1
sourcesrc
created_at2024-04-24 01:41:51.523566
updated_at2024-04-24 01:41:51.523566
descriptionParking-lot fork for real-time applications
homepage
repositoryhttps://github.com/alttch/parking_lot
max_upload_size
id1218270
size189,793
Sergiy S. (divi255)

documentation

README

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.

  • 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.

Commit count: 875

cargo fmt