Searched defs:yield_now (Results 1 – 7 of 7) sorted by relevance
22 fn yield_now() -> impl Future<Output = ()> { in yield_now() function
39 pub async fn yield_now() { in yield_now() function
115 pub(crate) fn yield_now() { in yield_now() function
350 pub fn yield_now(&self) -> Option<Yield> { in yield_now() method440 pub fn yield_now() -> Option<Yield> { in yield_now() function
271 fn yield_now(&self, task: Notified<Self>) { in yield_now() method
753 fn yield_now(&self, task: Notified) { in yield_now() method
852 pub(super) fn yield_now(&self) -> Yield { in yield_now() method