[][src]Type Definition signal_hook_tokio::Signals

type Signals = SignalsInfo<SignalOnly>;

Simplified version of the signals stream.

This one simply returns the signal numbers, while SignalsInfo can provide additional information.

Trait Implementations

impl Stream for Signals[src]

This is supported on crate feature futures-v0_3 only.

type Item = c_int

Values yielded by the stream.