Skip to main content

surver_main

Function surver_main 

Source
pub async fn surver_main(
    port: u16,
    bind_address: String,
    token: Option<String>,
    filenames: &[String],
    started: Option<Arc<AtomicBool>>,
) -> Result<()>