Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ main
Function
main
test/core/test_asyncify_assertions.c:22–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
int main() {
23
printf(
"suspend\n"
);
24
suspend();
25
suspend();
26
suspend();
27
suspend();
28
suspend();
29
printf(
"finish\n"
);
30
}
Callers
nothing calls this directly
Calls
2
printf
Function · 0.85
suspend
Function · 0.85
Tested by
no test coverage detected