meta_srv::bootstrap

Function bootstrap_metasrv_with_router

Source
pub async fn bootstrap_metasrv_with_router(
    bind_addr: &str,
    router: Router,
    signal: Receiver<()>,
) -> Result<()>