pub type SignalStream = Box<dyn Stream<Item = Signal> + Send + Sync + Unpin>;
Expand description

A stream of signals.