Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ruddle/Fomos
/ wake_by_ref
Method
wake_by_ref
bootloader/kernel/src/task/executor.rs:165–167 ·
view source on GitHub ↗
(self: &Arc<Self>)
Source
from the content-addressed store, hash-verified
163
}
164
165
fn wake_by_ref(self: &Arc<Self>) {
166
self.wake_task();
167
}
168
}
169
impl TaskWaker {
170
fn new(task_id: TaskId, task_queue: Arc<ArrayQueue<TaskId>>) -> Waker {
Callers
nothing calls this directly
Calls
1
wake_task
Method · 0.80
Tested by
no test coverage detected