Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
192
void WebPlatform::Sleep(int32 milliseconds)
193
{
194
emscripten_thread_sleep(milliseconds);
195
}
196
197
void WebPlatform::Yield()
198
{
Callers
13
CreateScriptingAssemblyLoadContext
Method · 0.45
WaitForMeshDataRequestEnd
Method · 0.45
HandleDragDropAssets
Method · 0.45
WorkerMain
Method · 0.45
EndWorker
Method · 0.45
ShowDialog
Method · 0.45
OnClosing
Method · 0.45
SearchRefs
Method · 0.45
OnDebugBreakpointHit
Method · 0.45
SearchAsyncInner
Method · 0.45
Package
Method · 0.45
Display
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected