fn tryLock(rwl: *SingleThreadedRwLock) bool
[src]
Attempts to obtain exclusive lock ownership. Returns true
if the lock is obtained, false
otherwise.
fn tryLock(rwl: *SingleThreadedRwLock) bool
Attempts to obtain exclusive lock ownership. Returns true
if the lock is obtained, false
otherwise.