|
Sunshine master
Self-hosted game stream host for Moonlight.
|
Implements the high-precision timer using Win32 waitable timers. More...
Public Member Functions | |
| operator bool () override | |
| Check if platform-specific timer backend has been initialized successfully. | |
| void | sleep_for (const std::chrono::nanoseconds &duration) override |
| Sleep for the duration. | |
Public Member Functions inherited from platf::high_precision_timer | |
Implements the high-precision timer using Win32 waitable timers.
|
inlineoverridevirtual |
Check if platform-specific timer backend has been initialized successfully.
true on success, false on error Implements platf::high_precision_timer.
|
inlineoverridevirtual |