Function tokio_linux_zio::tee

source ·
pub async fn tee<R, W>(
    reader: &AsyncFd<R>,
    writer: &AsyncFd<W>,
    len: usize
) -> Result<usize>
where R: AsRawFd, W: AsRawFd,