Home
last modified time | relevance | path

Searched refs:SplitTask (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dasync_buf_read.rs19 use crate::io::read_task::{LinesTask, ReadLineTask, ReadUtilTask, SplitTask};
142 fn split(self, byte: u8) -> SplitTask<Self> in split()
146 SplitTask::new(self, byte) in split()
H A Dread_task.rs381 pub struct SplitTask<R> { struct
388 impl<R> SplitTask<R> implementation
392 pub(crate) fn new(reader: R, delim: u8) -> SplitTask<R> { in new()
393 SplitTask { in new()