Function rove::start_server

source ·
pub async fn start_server(
    addr: SocketAddr,
    data_switch: DataSwitch<'static>,
    dag: Dag<&'static str>
) -> Result<(), Box<dyn Error>>
Expand description

Starts up a gRPC server to process QC run requests

Takes a socket address to listen on, a data switch to provide access to data sources, and a dag to encode dependencies between tests