MCPcopy Create free account
hub / github.com/bytecodealliance/wstd / timer_after_100_milliseconds

Function timer_after_100_milliseconds

src/time/mod.rs:133–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131
132 #[test]
133 fn timer_after_100_milliseconds() {
134 crate::runtime::block_on(debug_duration("timer_after_100_milliseconds", async {
135 Timer::after(Duration::from_millis(100)).wait().await
136 }));
137 }
138}

Callers

nothing calls this directly

Calls 3

block_onFunction · 0.85
debug_durationFunction · 0.85
waitMethod · 0.80

Tested by

no test coverage detected