Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/FleX
/ Sleep
Function
Sleep
core/platform.cpp:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
void Sleep(double seconds)
79
{
80
::Sleep(DWORD(seconds*1000));
81
}
82
83
84
//// helper function to get exe path
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected