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

Method use_async

benches/call.rs:40–45  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

38 }
39 }
40 fn use_async(&self) -> bool {
41 match self {
42 IsAsync::Yes | IsAsync::YesPooling => true,
43 IsAsync::No | IsAsync::NoPooling => false,
44 }
45 }
46}
47
48fn engines() -> Vec<(Engine, IsAsync)> {

Callers 4

host_to_wasmFunction · 0.80
bench_host_to_wasmFunction · 0.80
bench_callsFunction · 0.80
bench_instanceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected