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