Skip to main content

release

Function release 

Source
pub fn release<S: Storage + ?Sized>(storage: &S)
Expand description

Give the lock back. A release that does not land leaves a stale entry, which the next claim breaks — so there is nothing here for a caller to do about it.