customSignal

Creating your own custom signal. Theese signals are binded to realtime signals in linux and to winapi events in Windows.

@nogc @safe pure nothrow
customSignal
(
string name
)

Examples

enum LogRotatingSignal = "LogRotate".customSignal;

Meta