Type Definition async_fetcher::EventSender
source · [−]pub type EventSender<Data> = UnboundedSender<(Arc<Path>, Data, FetchEvent)>;Expand description
A channel for sending FetchEvents to.
pub type EventSender<Data> = UnboundedSender<(Arc<Path>, Data, FetchEvent)>;A channel for sending FetchEvents to.