fn instant_cmp(
earliest: &Cell<Option<Duration>>,
threshold: Instant,
t: Instant,
) -> OrderingExpand description
Check t against a now-based threshold (and remember for wakeup)
Common code for TrackingInstantNow and TrackingInstantOffsetNow’s
cmp.