Function ptth_relay::run_relay[][src]

pub async fn run_relay(
    state: Arc<Relay>,
    asset_root: &Path,
    shutdown_oneshot: Receiver<()>,
    config_reload_path: Option<PathBuf>
) -> Result<(), RelayError>