pub type Tx = MTx<List<Event>>;
Sender half of the event channel, used to push Events from the download task.
Event
pub struct Tx(/* private fields */);