pub fn sleep_until(deadline: Instant) -> Sleep ⓘExpand description
Sleep until deadline on the runtime’s timer facility. MultiThread uses
the executor-owned heap; CurrentThread requires a LIVE host driver
registered via register_timer_driver and otherwise fails LOUD (a
missing driver must never become a silent never-firing debounce).