sigx++
2.0.1
|
A threadsafe wrapper for sigc signals, Glib signals or theoretically any other type of signal. More...
#include <signal_wrapper.h>
A threadsafe wrapper for sigc signals, Glib signals or theoretically any other type of signal.
sigx signals have a shared signal source that exists in the context of another thread. This signal source has access to the signal. Access (e.g. connecting) is regulated by a dispatcher running in the context of the thread owning that signal.