bool dispatchSignal(ref EventLoop loop, Token token, ref const OsEvent nativeEvent)
Dispatch a signal delivery event from EVFILT_SIGNAL.
On kqueue, signal events carry the signal number in ident and the number of occurrences in data. No signalfd read is needed.
ident
data