MCPcopy 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}
86impl Executor {
87 pub fn spawn(&mut self, task: Task) {

Callers 1

kernel_mainFunction · 0.80

Calls 1

SpawnerClass · 0.85

Tested by

no test coverage detected