reader_unlock


Description:

public void reader_unlock ()

Unlocks this.

Note:

Use reader_unlock instead

If a thread waits to lock this for writing and all locks for reading have been unlocked, the waiting thread is woken up and can lock this for writing.

Parameters:

this

a StaticRWLock to unlock after reading