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