Type Definition comms::client::MpscClient [] [src]

type MpscClient<I, M> = Client<I, Unsplit<Sender<M>, Receiver<M>>>;

A client using mpsc channels.