customSignal

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

@nogc
customSignal
@safe pure nothrow
(
string name
)

Examples

enum LogRotatingSignal = "LogRotate".customSignal;

Meta