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