mirror of
https://github.com/Alexays/Waybar.git
synced 2026-03-30 11:23:52 +00:00
Implement a wrapper over Glib::Dispatcher that passes the arguments to the signal consumer via synchronized `std::queue`. Arguments are always passed by value and the return type of the signal is expected to be `void`.