pub type AsyncIoReceiver<M, P> = Receiver<M, IoBuffer<P>>;
pub struct AsyncIoReceiver<M, P> { /* private fields */ }