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

Class SendWrapper

cranelift/jit/src/backend.rs:162–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160/// SAFETY: This must not be used for any types where it would be UB for them to be Send
161#[derive(Copy, Clone)]
162struct SendWrapper<T>(T);
163unsafe impl<T> Send for SendWrapper<T> {}
164
165/// A `JITModule` implements `Module` and emits code and data into memory where it can be

Callers 3

symbolMethod · 0.85
symbolsMethod · 0.85
lookup_symbolMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected