Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ ReadLine
Method
ReadLine
test/browser/async_virtual.cpp:15–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
};
14
15
int BatchFile::ReadLine(char * line) {
16
printf(
"Sleep-->\n"
);
17
emscripten_sleep(300);
18
printf(
"<--Sleep\n"
);
19
return 1;
20
}
21
22
BatchFile b;
23
Callers
1
main
Function · 0.80
Calls
1
printf
Function · 0.85
Tested by
no test coverage detected