MCPcopy 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
821void sleep(double time) {
822 std::this_thread::sleep_for(std::chrono::duration<double>(time));
823}
824
825
826std::string getOperatingSystemInfo() {

Callers 1

stepMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected