why do we forbid the standard library `Mutex` in f...
# development
h
why do we forbid the standard library
Mutex
in favor of the parking_lot one?
a
parking_lot just panics whenever a mutex is poisoned instead of making you handle it like the stdlib mutex
take a look at the crate docs