#async #signal #sigint #ctrlc

asygnal

[WIP] Async-first signal handling, such as ctrl-c

2 releases

0.0.2 Jan 24, 2020
0.0.1 Jan 24, 2020

#8 in #ctrlc

MIT/Apache

18KB
381 lines

[WIP] Async-first signal handling, such as CTRL + C.

Because this library is async-first, it should be more efficient than using an alternative approach that awaits a blocking signal handler.

Dependencies

~170KB