MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / WasmEdge_AsyncWait

Function WasmEdge_AsyncWait

lib/api/wasmedge.cpp:3132–3137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3130// >>>>>>>> WasmEdge Async functions >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
3131
3132WASMEDGE_CAPI_EXPORT void
3133WasmEdge_AsyncWait(const WasmEdge_Async *Cxt) noexcept {
3134 if (Cxt) {
3135 Cxt->Async.wait();
3136 }
3137}
3138
3139WASMEDGE_CAPI_EXPORT bool
3140WasmEdge_AsyncWaitFor(const WasmEdge_Async *Cxt,

Callers 1

TESTFunction · 0.85

Calls 1

waitMethod · 0.45

Tested by 1

TESTFunction · 0.68