[#absl-Mutex-Await] = xref:absl.adoc[absl]::xref:absl/Mutex.adoc[Mutex]::Await :relfileprefix: ../../ :mrdocs: Unlocks this `Mutex` and blocks until `cond` is `true` and the `Mutex` can be reacquired, then reacquires it in the same mode. == Synopsis Declared in `<absl/synchronization/mutex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Await(xref:absl/Condition.adoc[Condition] const& cond); ---- == Parameters [cols="1,4"] |=== | Name| Description | *cond* | The condition to wait for. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#