devela::_dep::tokio::io

Function duplex

pub fn duplex(max_buf_size: usize) -> (DuplexStream, DuplexStream) 
Available on crate features dep_tokio and std only.
Expand description

Create a new pair of DuplexStreams that act like a pair of connected sockets.

The max_buf_size argument is the maximum amount of bytes that can be written to a side before the write returns Poll::Pending.