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

Method waiter

user/src/bin/stackless_coroutine.rs:29–31  ·  view source on GitHub ↗
(&'a mut self)

Source from the content-addressed store, hash-verified

27
28impl Task {
29 fn waiter<'a>(&'a mut self) -> Waiter<'a> {
30 Waiter { task: self }
31 }
32}
33
34struct Waiter<'a> {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected