Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ sleep
Function
sleep
src/system.cpp:821–823 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
819
820
821
void sleep(double time) {
822
std::this_thread::sleep_for(std::chrono::duration<double>(time));
823
}
824
825
826
std::string getOperatingSystemInfo() {
Callers
1
step
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected