pub type UpdateTx<A> = Sender<Update<A>>;
Channel for sending actor updates to monitors.
pub struct UpdateTx<A> { /* private fields */ }