MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / YieldN

Class YieldN

crates/fuzzing/src/lib.rs:70–70  ·  view source on GitHub ↗

Helper future to yield N times before resolving.

Source from the content-addressed store, hash-verified

68
69/// Helper future to yield N times before resolving.
70struct YieldN(u32);
71
72impl Future for YieldN {
73 type Output = ();

Callers 1

call_asyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected