#signal #async #ctrl-c #sigint

asygnal

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

2 releases

0.0.2 Jan 24, 2020
0.0.1 Jan 24, 2020

#1378 in Asynchronous

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

~0.4–345KB