1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 09:49:31 +02:00
librespot/playback
Roderick van Domburg fba64955c9
refactor: switch from parking_lot to std sync primitives
Replace parking_lot with std::sync::{Mutex, RwLock, Condvar} throughout the
codebase. Update dependencies and code to use poisoning-aware locks, adding
explicit panic messages where necessary. Update governor to use DashMapStateStore
for rate limiting.
2025-09-21 22:34:13 +02:00
..
src refactor: switch from parking_lot to std sync primitives 2025-09-21 22:34:13 +02:00
Cargo.toml refactor: switch from parking_lot to std sync primitives 2025-09-21 22:34:13 +02:00