pub(crate) async fn update_feeds(
subscriptions: Arc<RwLock<Subscriptions>>,
client: &Client,
) -> Result<()>Expand description
updates all feeds on a regular interval, until death.
pub(crate) async fn update_feeds(
subscriptions: Arc<RwLock<Subscriptions>>,
client: &Client,
) -> Result<()>updates all feeds on a regular interval, until death.