[][src]Crate async_signals

Library for easier and safe Unix signal handling, and async!

You can use this crate with tokio, async-std or futures::executor runtime.

Structs

Signals

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