Function tokio::io::join::join

source ·
pub fn join<R, W>(reader: R, writer: W) -> Join<R, W>where
    R: AsyncRead,
    W: AsyncWrite,
Expand description

Join two values implementing AsyncRead and AsyncWrite into a single handle.