Function bones_framework::prelude::borrow::release_borrow

pub fn release_borrow(lock: &AtomicIsize)
Expand description

Releases immutable borrow of specified lock. This function MUST be called only when lock is borrowed immutably. This function MUST be called only once for each succefful borrow and borrow clone.