Skip to main content

update_feed

Function update_feed 

Source
async fn update_feed(
    client: &Client,
    subs: Arc<RwLock<Subscriptions>>,
    sub_url: &String,
    sub_users: &HashSet<String>,
) -> Result<(), Error>