run_control_server

Function run_control_server 

Source
pub async fn run_control_server(
    socket_path: impl AsRef<Path>,
    state: Arc<DaemonState>,
) -> BpResult<()>
Expand description

Accept connections on the Unix socket and dispatch requests.