Skip to main content

setup_socket

Function setup_socket 

Source
pub fn setup_socket(
    shutdown_tx: &Sender<()>,
    event_tx: &DaemonEventSender,
) -> Result<(&'static Path, JoinHandle<()>)>
Expand description

Bind the Unix domain socket and spawn the accept loop.