Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ wake
Method
wake
src/task/exec.rs:147–150 ·
view source on GitHub ↗
(self: Arc<Self>)
Source
from the content-addressed store, hash-verified
145
impl alloc::task::Wake for TaskWaker
146
{
147
fn wake(self: Arc<Self>)
148
{
149
self.awaken_task();
150
}
151
152
fn wake_by_ref(self: &Arc<Self>)
153
{
Callers
1
add_scancode
Function · 0.80
Calls
1
awaken_task
Method · 0.80
Tested by
no test coverage detected