poll_delay

Function poll_delay 

Source
fn poll_delay(
    had_budget_before: bool,
    delay: Pin<&mut Sleep>,
    cx: &mut Context<'_>,
) -> Poll<Elapsed>