Tries to acquire this Mutex exclusively without blocking.
Mutex
Declared in <absl/synchronization/mutex.h>
<absl/synchronization/mutex.h>
[[nodiscard]] bool try_lock();
true if the mutex was acquired, false otherwise.
true
false
The return value should not be discarded.