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