MCPcopy Create free account
hub / github.com/bytecodealliance/wit-bindgen / drop_future

Method drop_future

tests/runtime-async/async/simple-future/test.rs:14–16  ·  view source on GitHub ↗
(x: FutureReader<()>)

Source from the content-addressed store, hash-verified

12 }
13
14 async fn drop_future(x: FutureReader<()>) {
15 drop(x);
16 }
17}

Callers

nothing calls this directly

Calls 1

dropFunction · 0.85

Tested by

no test coverage detected