re_mutex 0.31.0

A wrapper around `parking_lot::Mutex` useful for debugging deadlocks.
Documentation

re_mutex

Part of the rerun family of crates.

Latest version Documentation MIT Apache

A wrapper around parking_log::Mutex which logs a backtrace if a lock waits on the lock for more than 10 seconds. To make it easier to debug deadlocks.