polybar-dwm/include/events
patrick96 b636baf082 signal_emitter: Don't swallow exceptions
If any signal receiver throws an exception for any reason after
receiving a signal, no one would find out about it because the signal
emitter just ignored exceptions

Also actually delivering the signal caused some exceptions because not
all signals have a receiver.

Resolves #1593
2019-02-05 11:50:57 +01:00
..
signal_emitter.hpp signal_emitter: Don't swallow exceptions 2019-02-05 11:50:57 +01:00
signal_fwd.hpp
signal_receiver.hpp
signal.hpp
types.hpp