Return whether this guard waits when disconnecting its slot.
Synopsis
Declared in <bdlmt_signaler.h>
bool
waitOnDisconnect() const noexcept;
Description
Return a bool that indicates the value that determines whether the slot, if any, managed by this object will be disconnected using disconnect or disconnectAndWait. Throws nothing.
Return Value
true if this guard uses disconnectAndWait, and false otherwise
Created with MrDocs