type ReceiverList = Vec<Option<Receiver<Result<SeriesBatch>>>>;
List of receivers.
struct ReceiverList { /* private fields */ }