Buckets:
| double previousSetTimeoutTime = 0; | |
| int funcExecuted = 0; | |
| void testDone(void *userData) { | |
| assert((long)userData == 2); | |
| assert(funcExecuted == 10); | |
| exit(0); | |
| } | |
| bool tick(double time, void *userData) { | |
| assert(time >= previousSetTimeoutTime); | |
| previousSetTimeoutTime = time; | |
| assert((long)userData == 1); | |
| ++funcExecuted; | |
| if (funcExecuted == 10) | |
| { | |
| emscripten_set_timeout(testDone, 300, (void*)2); | |
| } | |
| return funcExecuted < 10; | |
| } | |
| int main() { | |
| emscripten_set_timeout_loop(tick, 100, (void*)1); | |
| emscripten_exit_with_live_runtime(); | |
| return 99; | |
| } | |
Xet Storage Details
- Size:
- 704 Bytes
- Xet hash:
- fd67b6ad1ca51f00e31f8d4b3f9dbbfe7b3b139242ca94f6cd4be5f80edf8dcc
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.