MCPcopy 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

timeoutMethod · 0.45
delayMethod · 0.45

Calls 1

sleep_untilFunction · 0.85

Tested by

no test coverage detected