pub(crate) fn spawn_webhook_statistics_scraper(
shared_stats: Arc<Mutex<SourceStatistics>>,
initial_interval: Duration,
interval_updated: Receiver<Duration>,
) -> Box<dyn Any + Send + Sync>
Expand description
Spawns a task that continually drains webhook statistics into `shared_stats.