MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / unsuspend

Function unsuspend

test/embind/embind_jspi_test.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55};
56
57void unsuspend() {
58 EM_ASM({
59 Module.unsuspendResolve();
60 });
61}
62
63EMSCRIPTEN_BINDINGS(xxx) {
64 function("voidFunc", &voidFunc, async());

Callers

nothing calls this directly

Calls 1

EM_ASMFunction · 0.70

Tested by

no test coverage detected