Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wstd
/ into_future
Method
into_future
src/time/instant.rs:75–77 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
73
type IntoFuture = Wait;
74
75
fn into_future(self) -> Self::IntoFuture {
76
crate::task::sleep_until(self)
77
}
78
}
79
80
#[cfg(test)]
Callers
2
timeout
Method · 0.45
delay
Method · 0.45
Calls
1
sleep_until
Function · 0.85
Tested by
no test coverage detected