pub async fn unix_connect_in<P>(addr: P, pool: PoolRef) -> Result<Io> where P: AsRef<Path>,
Opens a unix stream connection and specified memory pool.