Skip to main content

open_things

Function open_things 

Source
pub async fn open_things(
    things: Vec<String>,
    max_workers: usize,
    config: Arc<Config>,
) -> Result<()>