The `parking_lot` locks but usable in statics and const fn.
Lock-free static variables
Safe mutable static and non const static initialization, and code execution at program startup/exit.
High-performance key-value store using SQLite static lock sharding. Native Rust client for the litestash-engine.
Deduplicate globals across shared objects to enable a dangerous form of dynamic linking
Low-level synchronization, semaphore, lock-order debugging, and interruptible thread utilities modelled after Bitcoin Core, built on parking_lot and tracing.
A lock struct with a `const fn` constructor and no `unsafe` - ARCHIVED
A crate for waiting: Small locks and other timing things!
A fast, consistant, and flexible `no_std`-compatible allocator.
The project fetches oauth certificates from providers during runtime and stores them in static Read / Write lock.
Rust macro for ensuring non-parallel execution of functions, extended Fork of `nonparallel`.
provides `AsyncPipeline`, a deadlock-free replacement for buffered streams
No description provided.
No description provided.