Function ntex_tokio::unix_connect_in

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

Opens a unix stream connection and specified memory pool.