|
Sunshine master
Self-hosted game stream host for Moonlight.
|
Linux high-precision timer implementation backed by timerfd.
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 | |
Linux high-precision timer implementation backed by timerfd.
|
inlineoverridevirtual |
Check if platform-specific timer backend has been initialized successfully.
true on success, false on error Implements platf::high_precision_timer.
|
inlineoverridevirtual |