[][src]Function sccache::server::start_server

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

Start an sccache server, listening on port.

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