absl::Mutex::ReaderTryLock

Deprecated alias for try_lock_shared().

Synopsis

Declared in <absl/synchronization/mutex.h>

[[deprecated, nodiscard]]
bool
ReaderTryLock();

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

true if the mutex was acquired, false otherwise.

NOTE

The return value should not be discarded.