Function crossbeam_channel::utils::sleep_until
source · pub(crate) fn sleep_until(deadline: Option<Instant>)
Expand description
Sleeps until the deadline, or forever if the deadline isn’t specified.
pub(crate) fn sleep_until(deadline: Option<Instant>)
Sleeps until the deadline, or forever if the deadline isn’t specified.