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