fn interval_stream<E>(period: Duration, event: E) -> BoxStream<'static, E>where E: Clone + Send + 'static,