Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ruddle/Fomos
/ a_sleep
Function
a_sleep
bootloader/kernel/src/interrupts.rs:116–119 ·
view source on GitHub ↗
(ms: u64)
Source
from the content-addressed store, hash-verified
114
}
115
}
116
pub async fn a_sleep(ms: u64) {
117
let timer = Timer::new(ms);
118
timer.await;
119
}
120
pub struct Timer {
121
stop: u64,
122
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected