Type Definition nstd_sys::mutex::NSTDOptionalMutexLockResult
source · pub type NSTDOptionalMutexLockResult<'m, 'a> = NSTDOptional<NSTDMutexLockResult<'m, 'a>>;Available on crate feature
nstd_mutex only.Expand description
An optional value of type NSTDMutexLockResult.
This type is returned from nstd_mutex_try_lock where the uninitialized variant means that the
function would block.