/sleep_for

Alternative implementation for Microsoft C++ runtime std::this_thread::sleep_for which is buggy as it uses the system clock which isn't steady.

Primary LanguageC++

Watchers