Closed cheatfate closed 1 year ago
This PR enabled catching CTRL+C event in Windows console application using addSignal() and waitSignal() procedures. Also it enables implementation of signals in GUI or Service applications.
addSignal()
waitSignal()
This PR enabled catching CTRL+C event in Windows console application using
addSignal()
andwaitSignal()
procedures. Also it enables implementation of signals in GUI or Service applications.