Crate async_signals

Source
Expand description

Library for easier and safe Unix signal handling with async Stream.

You can use this crate with any async runtime.

Structsยง

Signals
Handle unix signal like signal_hook::iterator::Signals, receive signals with futures::stream::Stream.