# re_mutex
Part of the [`rerun`](https://github.com/rerun-io/rerun) family of crates.
[](https://crates.io/crates/re_mutex)
[](https://docs.rs/re_mutex)


A wrapper around [parking_log::Mutex](https://docs.rs/parking_lot/latest/parking_lot/type.Mutex.html) which logs a backtrace if a lock waits on the lock for more than 10 seconds. To make it easier to debug deadlocks.