Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
70
struct YieldN(u32);
71
72
impl Future for YieldN {
73
type Output = ();
Callers
1
call_async
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected