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

Method wake

crates/test-programs/src/bin/p2_api_proxy_streaming.rs:338–338  ·  view source on GitHub ↗
(self: Arc<Self>)

Source from the content-addressed store, hash-verified

336
337 impl Wake for DummyWaker {
338 fn wake(self: Arc<Self>) {}
339 }
340
341 let waker = Arc::new(DummyWaker).into();

Callers 1

runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected