Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
impl Task {
29
fn waiter<
'a>(&'
a mut self) -> Waiter<'a> {
30
Waiter { task: self }
31
}
32
}
33
34
struct Waiter<'a> {
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected