Function linera_sdk::util::yield_once
source · pub fn yield_once() -> YieldOnce ⓘ
Expand description
Yields the current asynchronous task so that other tasks may progress if possible.
After other tasks progress, this task resumes as soon as possible. More explicitly, it is scheduled to be woken up as soon as possible.