status-im / nim-chronos

Chronos - An efficient library for asynchronous programming
https://status-im.github.io/nim-chronos/
Apache License 2.0
362 stars 51 forks source link

Add facility to emulate signals on Windows. #357

Closed cheatfate closed 1 year ago

cheatfate commented 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.