pub type TxOutput<O> = Sender<O>;
The sender of computational results.
pub struct TxOutput<O> { /* private fields */ }