Type Definition detach::CounterLock

source · []
pub(crate) type CounterLock = Lock<SendValue<u64, Release>>;