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