RWLock.writerUnlock

void writerUnlock()

Release a write lock on rw_lock.

Calling glib.rwlock.RWLock.writerUnlock on a lock that is not held by the current thread leads to undefined behaviour.