Searched refs:async_create_pipe (Results 1 – 1 of 1) sorted by relevance
351 let (listener, stream) = self.runtime.block_on(Self::async_create_pipe())?; in create_pipe()358 async fn async_create_pipe() -> anyhow::Result<(TcpStream, TcpStream), std::io::Error> { in async_create_pipe() method