Return true if the calling thread is the dispatcher thread of this scheduler, and false otherwise.
Synopsis
Declared in <bdlmt_eventscheduler.h>
bool
isInDispatcherThread() const;
Return Value
true if the caller is the dispatcher thread, else false
Created with MrDocs