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