absl::Mutex::WriterTryLock

Deprecated writer alias for try_lock().

Synopsis

Declared in <absl/synchronization/mutex.h>

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

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.