mirror of
https://github.com/Alexays/Waybar.git
synced 2026-03-30 19:34:03 +00:00
SleeperThread control flags were shared across threads without consistent synchronization. I converted the run/signal flags to atomics and updated wait predicates and lifecycle transitions to use explicit atomic loads/stores. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>