MCPcopy Create free account
hub / github.com/Ruddle/Fomos / yield_once

Function yield_once

bootloader/kernel/src/task/executor.rs:181–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179}
180
181pub async fn yield_once() {
182 let timer = YieldOnce(false);
183 timer.await;
184}
185pub struct YieldOnce(bool);
186impl futures::future::Future for YieldOnce {
187 type Output = ();

Callers 3

kernel_mainFunction · 0.85
driveFunction · 0.85
driveFunction · 0.85

Calls 1

YieldOnceClass · 0.85

Tested by

no test coverage detected