pub type Sender<T> = Sender<T>;
Flume unbounded sender.
pub struct Sender<T> { /* private fields */ }