pub async fn unix_connect_in<P>(addr: P, pool: PoolRef) -> Result<Io> where
    P: AsRef<Path>, 
Expand description

Opens a unix stream connection and specified memory pool.