Type Definition shared::SharedCounter

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