MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Sleep

Method Sleep

Source/Engine/Platform/Web/WebPlatform.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void WebPlatform::Sleep(int32 milliseconds)
193{
194 emscripten_thread_sleep(milliseconds);
195}
196
197void WebPlatform::Yield()
198{

Callers 13

HandleDragDropAssetsMethod · 0.45
WorkerMainMethod · 0.45
EndWorkerMethod · 0.45
ShowDialogMethod · 0.45
OnClosingMethod · 0.45
SearchRefsMethod · 0.45
OnDebugBreakpointHitMethod · 0.45
SearchAsyncInnerMethod · 0.45
PackageMethod · 0.45
DisplayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected