Unlocks this Mutex and blocks until cond is true or the deadline passes, then reacquires it in the same mode.
Declared in <absl/synchronization/mutex.h>
bool
AwaitWithDeadline(
Condition const& cond,
absl::Time deadline);
true if cond is true on return.
| Name | Description |
|---|---|
| cond | The condition to wait for. |
| deadline | The absolute time after which to stop waiting. |