MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / wake_by_ref

Method wake_by_ref

src/task/exec.rs:152–155  ·  view source on GitHub ↗
(self: &Arc<Self>)

Source from the content-addressed store, hash-verified

150 }
151
152 fn wake_by_ref(self: &Arc<Self>)
153 {
154 self.awaken_task();
155 }
156}

Callers

nothing calls this directly

Calls 1

awaken_taskMethod · 0.80

Tested by

no test coverage detected