MCPcopy 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

145impl 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_scancodeFunction · 0.80

Calls 1

awaken_taskMethod · 0.80

Tested by

no test coverage detected