mirror of
https://github.com/Alexays/Waybar.git
synced 2026-02-12 07:06:00 +00:00
The standard library has the implicit requirement that for std::condition_variable::sleep_for() the duration must not cause an overflow if added to the current time. This commit will reduce the duration accordingly to fit into the duration type.