pub async fn compute_node_serve(
listen_addr: SocketAddr,
advertise_addr: HostAddr,
opts: ComputeNodeOpts,
shutdown: CancellationToken,
)
Expand description
Bootstraps the compute-node.
Returns when the shutdown
token is triggered.