pub type Rx = MAsyncRx<List<Event>>;
Receiver half of the event channel, used to receive Events from the download task.
Event
pub struct Rx(/* private fields */);