Return the number of slots connected to this signaler.
Synopsis
Declared in <bdlmt_signaler.h>
std::size_t
slotCount() const;
Description
Implements Signaler::slotCount(). Return the number of slots connected to this signaler. Note that in multithreaded environment, the value returned by slotCount() is approximate.
Return Value
number of slots connected to this signaler
Created with MrDocs