Searched defs:YieldNow (Results 1 – 1 of 1) sorted by relevance
41 struct YieldNow { in yield_now() struct42 yielded: bool, in yield_now()45 impl Future for YieldNow { in yield_now() implementation