MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / platform_sleep

Function platform_sleep

StereoKitC/platforms/web.cpp:457–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455///////////////////////////////////////////
456
457void platform_sleep(int ms) {
458 emscripten_sleep(ms);
459}
460
461} // namespace sk
462

Callers 2

platform_msgbox_errFunction · 0.70
sk_step_endFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected