Skip to main content

run_server

Function run_server 

Source
pub async fn run_server(
    socket_path: &Path,
    idle_timeout: Duration,
    project_root: &Path,
) -> Result<()>
Expand description

Run the daemon’s accept loop until shutdown is requested or idle timeout fires.

§Errors

Returns an error if the UDS listener fails to bind.