Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ruddle/Fomos
/ wake
Method
wake
bootloader/kernel/src/task/executor.rs:161–163 ·
view source on GitHub ↗
(self: Arc<Self>)
Source
from the content-addressed store, hash-verified
159
160
impl Wake for TaskWaker {
161
fn wake(self: Arc<Self>) {
162
self.wake_task();
163
}
164
165
fn wake_by_ref(self: &Arc<Self>) {
166
self.wake_task();
Callers
1
run
Method · 0.45
Calls
1
wake_task
Method · 0.80
Tested by
no test coverage detected