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

Class SetFlagOnDrop

tests/all/exceptions.rs:426–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426struct SetFlagOnDrop(Arc<AtomicBool>);
427
428impl Drop for SetFlagOnDrop {
429 fn drop(&mut self) {

Calls

no outgoing calls

Tested by

no test coverage detected