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.

Created with MrDocs