kanidm_unixd

Function handle_client

Source
pub(crate) async fn handle_client(
    sock: UnixStream,
    cachelayer: Arc<Resolver>,
    task_channel_tx: &Sender<(TaskRequest, Sender<()>)>,
) -> Result<(), Box<dyn Error>>