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. Note: Call after the resource is acquired
Release a resource identified by key in the deadlock detector. Noop if deadlock_detection feature isn’t enabled. Note: Call before the resource is released