Return whether this guard waits when disconnecting its slot.
Declared in <bdlmt_signaler.h>
bool
waitOnDisconnect() const noexcept;
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.
true if this guard uses disconnectAndWait, and false otherwise