Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ruddle/Fomos
/ spawner
Method
spawner
bootloader/kernel/src/task/executor.rs:82–84 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
80
}
81
}
82
pub fn spawner(&self) -> Spawner {
83
Spawner(self.spawn_queue.clone())
84
}
85
}
86
impl Executor {
87
pub fn spawn(&mut self, task: Task) {
Callers
1
kernel_main
Function · 0.80
Calls
1
Spawner
Class · 0.85
Tested by
no test coverage detected