Function run_server

Source
pub async fn run_server(
    socket_addr: &str,
    sample: usize,
    threshold: f64,
    frequency: Duration,
)