AsyncIoSender

Type Alias AsyncIoSender 

Source
pub type AsyncIoSender<M, P> = Sender<M, IoBuffer<P>>;

Aliased Type§

pub struct AsyncIoSender<M, P> { /* private fields */ }

Implementations§

Source§

impl<M: Flat + ?Sized, P: AsyncWrite + Unpin> IoSender<M, P>

Source

pub fn io(pipe: P, max_msg_len: usize) -> Self