Searched refs:PendingOnce (Results 1 – 1 of 1) sorted by relevance
23 pub fn pending_once() -> PendingOnce { in pending_once()24 PendingOnce { is_ready: false } in pending_once()29 pub struct PendingOnce { struct33 impl Future for PendingOnce { implementation