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

Class SetFlagOnDrop

tests/all/gc.rs:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8use wasmtime::*;
9
10struct SetFlagOnDrop(Arc<AtomicBool>);
11
12impl Drop for SetFlagOnDrop {
13 fn drop(&mut self) {

Calls

no outgoing calls

Tested by 7

test_engineFunction · 0.56
table_fill_doesnt_leakFunction · 0.56
owned_rootedFunction · 0.56