Function unlock [src]

Releases a held exclusive lock. Asserts the lock is held exclusively.

Prototype

pub fn unlock(rwl: *RwLock) void

Parameters

rwl: *RwLock

Source

pub fn unlock(rwl: *RwLock) void { return rwl.impl.unlock(); }