Return the earliest scheduled starting time of the pending events and recurring events registered with this scheduler. If there are no pending events or recurring events, return INT64_MAX microseconds.
Synopsis
Declared in <bdlmt_eventscheduler.h>
bsls::TimeInterval
nextPendingEventTime() const;
Created with MrDocs