fn tryLock(rwl: *RwLock) bool

Attempts to obtain exclusive lock ownership. Returns true if the lock is obtained, false otherwise.

Parameters

rwl: *RwLock,