[#BloombergLP-bslmt-FastPostSemaphore-disable] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/FastPostSemaphore.adoc[FastPostSemaphore]::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 already disabled, this method will have no effect. == Synopsis Declared in `<bslmt_fastpostsemaphore.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void disable(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#