[][src]Crate asygnal

[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.

Modules

unixUnix

Unix-specific functionality.

Structs

CtrlC

A future for CTRL + C signals.