Aleksei Bavshin 285a264aae
feat(util): SafeSignal class for cross-thread signals with arguments
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`.
2020-12-28 17:26:55 -08:00
..
2018-12-18 17:30:54 +01:00
2021-06-30 13:12:38 -05:00
2019-05-13 15:15:50 +02:00
2021-07-13 04:33:12 +03:00