Function parking_lot_core::deadlock::release_resource[][src]

pub unsafe fn release_resource(_key: usize)

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

Panics

Panics if the resource was already released or wasn't acquired in this thread.