Class
DexUnixSignal
Description [src]
final class Dex.UnixSignal : GObject.TypeInstance
{
/* No available fields */
}
DexUnixSignal
is a DexFuture
that will resolve when a specific unix
signal has been received.
Use this when you want to handle a signal from your main loop rather than from a resticted operating signal handler.
On Linux, this uses a signalfd.
Constructors
dex_unix_signal_new
Creates a new DexUnixSignal
that completes when signum
is delivered
to the process.