[][src]Crate async_signals

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.