17 std::this_thread::sleep_for(std::chrono::milliseconds(milliseconds));
Declaration of the sleep function, for sleeping for a number of milliseconds.
The namespace containing all the "helper" functions in the C++ code.
void sleep(int milliseconds)
Sleep for the specified number of milliseconds. Does not return until after the sleep period.