smol-rs / async-signal

Asynchronous signal handling
Apache License 2.0
15 stars 6 forks source link

Add support for Windows #6

Closed notgull closed 1 year ago

notgull commented 1 year ago

Adds support for Windows using the SetConsoleCtrlHandler system call to listen for CTRL-C messages.

Closes #1