kjellahl Glib::Dispatcher: Allow destroy during emit
61358e1 Nov 16, 2023
Glib::Dispatcher: Allow destroy during emit
If a signal handler deletes a Dispatcher, a DispatchNotifier
can be deleted while its pipe_io_handler() method is executing.
Stop its execution if this happens.

Fixes #116
61358e1