pub(crate) async fn feed_watcher(
subs: Arc<RwLock<Subscriptions>>,
client: Arc<Client>,
)Expand description
Infinite loop tempered by an interval. runs update_feeds periodically
pub(crate) async fn feed_watcher(
subs: Arc<RwLock<Subscriptions>>,
client: Arc<Client>,
)Infinite loop tempered by an interval. runs update_feeds periodically