Signals

ditto

Constructors

this
this(HandlerDg handler_dg)

Constructor. Creates the internal signal event. The event (accessible via the selectClient() method) must be registered with epoll.

Members

Aliases

SignalErrnoException
alias SignalErrnoException = SignalFD.SignalErrnoException

SignalErrnoException.

Functions

clear
void clear()

Restores the original signal handlers.

handle
void handle(int[] signals)

Handles the specified signals.

ignore
void ignore(int[] signals)

Ignores the specified signals.

selectClient
ISelectClient selectClient()

Meta