MCPcopy Create free account
hub / github.com/chyyuu/os_kernel_lab / wake

Function wake

user/src/bin/stackless_coroutine.rs:104–104  ·  view source on GitHub ↗
(_: *const ())

Source from the content-addressed store, hash-verified

102 RAW_WAKER
103}
104unsafe fn wake(_: *const ()) {}
105unsafe fn wake_by_ref(_: *const ()) {}
106unsafe fn drop(_: *const ()) {}
107

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected