Return the earliest scheduled time among pending events and clocks.
Synopsis
Declared in <bdlmt_timereventscheduler.h>
bsls::TimeInterval
nextPendingEventTime() const;
Description
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.
Return Value
the earliest scheduled starting time, or INT64_MAX microseconds if none
Created with MrDocs