pub fn listen<C>(
endpoint: &Endpoint,
config: UnixConfig,
codec: C,
) -> Result<UnixListener<C>>
Expand description
Listens on the given Unix socket path.
pub fn listen<C>(
endpoint: &Endpoint,
config: UnixConfig,
codec: C,
) -> Result<UnixListener<C>>
Listens on the given Unix socket path.