Skip to main content

SignalSender

Type Alias SignalSender 

Source
pub type SignalSender = Sender<ForwardedSignal>;
Expand description

The sending half a caller keeps to forward signals into a running box.

Aliased Typeยง

pub struct SignalSender { /* private fields */ }