[#BloombergLP-bdlmt-Signaler_SlotNode_Base-disconnect] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/Signaler_SlotNode_Base.adoc[Signaler_SlotNode_Base]::disconnect :relfileprefix: ../../../ :mrdocs: Disconnect this slot without waiting for in‐progress signals. == Synopsis Declared in `<bdlmt_signaler.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void disconnect() noexcept = 0; ---- == Description Disconnect this slot and return without waiting. If the slot was already disconnected, this function has no effect. Throws nothing. Note that it is guaranteed that this slot will not be called by a signal on the same signaler that begins after this function completes. [.small]#Created with https://www.mrdocs.com[MrDocs]#