Disconnect this slot without waiting for in‐progress signals.
Synopsis
Declared in <bdlmt_signaler.h>
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.
Created with MrDocs