Function ntex_net::unix_connect_in

source ยท
pub async fn unix_connect_in<'a, P>(_: P, _: PoolRef) -> Result<Io>
where P: AsRef<Path> + 'a,
Expand description

Opens a unix stream connection and specified memory pool.