Home
last modified time | relevance | path

Searched defs:read_to_end (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dasync_read.rs148 fn read_to_end<'a>(&'a mut self, buf: &'a mut Vec<u8>) -> ReadToEndTask<'a, Self> { in read_to_end() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
Dchild.rs284 async fn read_to_end<T: AsyncRead + Unpin>(io: &mut Option<T>) -> io::Result<Vec<u8>> { in output_wait() function