[#BloombergLP-bslmt-Sluice-wait] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/Sluice.adoc[Sluice]::wait :relfileprefix: ../../../ :mrdocs: Wait for the specified `token` to be signaled, and release the `token`. The behavior is undefined unless `token` was obtained from a call to `enter` by this thread, and was not subsequently released (via a call to `timedWait` or `wait`). == Synopsis Declared in `<bslmt_sluice.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void wait(void const* token); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#