Files
waybar/include
Tamino Bauknecht 521dac8086 sleeper_thread: Make sleep_for more robust
In the previous fix for a passed max duration, the assumption was made
that at maximum one second will pass between the duration assignment and
the std::condition_variable::sleep_for() call.
This implementation makes the behavior more predictable by using
sleep_until() instead to emulate the sleep_for() behavior.
2023-10-24 17:51:34 +02:00
..
2023-03-02 16:57:32 +03:00
2023-03-02 16:57:32 +03:00
2023-10-15 17:52:12 -03:00
2023-09-07 13:43:59 +00:00
2023-09-13 21:56:32 +02:00