Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
153
impl TaskWaker {
154
fn wake_task(&self) {
155
self.task_queue.push(self.task_id).expect(
"task_queue full"
);
156
}
157
}
158
use alloc::task::Wake;
159
Callers
2
wake
Method · 0.80
wake_by_ref
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected