Module parking_lot_core::deadlock
source · Expand description
[Experimental] Deadlock detection
Enabled via the deadlock_detection
feature flag.
Functions§
- Acquire a resource identified by key in the deadlock detector Noop if
deadlock_detection
feature isn’t enabled. - Release a resource identified by key in the deadlock detector. Noop if
deadlock_detection
feature isn’t enabled.