pub fn start_server(config: &Config, port: u16) -> Result<()>
Expand description

Start an sccache server, listening on port.

Spins an event loop handling client connections until a client requests a shutdown.