Type Definition signal_hook_mio::v0_6::Signals

source · []
pub type Signals = SignalsInfo<SignalOnly>;
Expand description

A simplified signal iterator.

This is the SignalsInfo, but returning only the signal numbers. This is likely the one you want to use.

Trait Implementations

Register self with the given Poll instance. Read more

Re-register self with the given Poll instance. Read more

Deregister self from the given Poll instance Read more