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

Method wake_task

bootloader/kernel/src/task/executor.rs:154–156  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

152}
153impl TaskWaker {
154 fn wake_task(&self) {
155 self.task_queue.push(self.task_id).expect("task_queue full");
156 }
157}
158use alloc::task::Wake;
159

Callers 2

wakeMethod · 0.80
wake_by_refMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected