nstd_mutex_unlock

Function nstd_mutex_unlock 

Source
#[unsafe(no_mangle)]
pub extern "C" fn nstd_mutex_unlock(guard: NSTDMutexGuard<'_, '_>)
Available on crate feature mutex only.
Expand description

Unlocks a mutex by consuming a mutex guard.

ยงParameters:

  • NSTDMutexGuard guard - The mutex guard.