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.

Created with MrDocs