[#BloombergLP-bslmt-FastPostSemaphoreImpl-disable] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/FastPostSemaphoreImpl.adoc[FastPostSemaphoreImpl]::disable :relfileprefix: ../../../ :mrdocs: Disable waiting on this semaphore. All subsequent invocations of `wait`, `tryWait`, and `timedWait` will fail immediately. All blocked invocations of `wait` and `timedWait` will fail immediately. If the semaphore is initially disabled, this call has no effect. == Synopsis Declared in `<bslmt_fastpostsemaphoreimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void disable(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#