#[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.