karyon_net::unix

Function listen

Source
pub fn listen<C>(
    endpoint: &Endpoint,
    config: UnixConfig,
    codec: C,
) -> Result<UnixListener<C>>
where C: Codec + Clone,
Expand description

Listens on the given Unix socket path.