Function ntex::rt::unix_connect_in[][src]

pub fn unix_connect_in<'a, P>(
    addr: P,
    pool: PoolRef
) -> Pin<Box<dyn Future<Output = Result<Io<Base>, Error>> + 'a, Global>> where
    P: 'a + AsRef<Path>, 
Expand description

Opens a unix stream connection and specified memory pool.