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