pub type EventSender<Data> = UnboundedSender<(Arc<Path>, Data, FetchEvent)>;
Expand description

A channel for sending FetchEvents to.