Expand description
Duplex channel API: a single connection carries messages in both directions.
Structs§
- Duplex
Rx - Receiver half of a duplex channel.
- Duplex
Server - Public duplex server that yields
(DuplexRx<In>, DuplexTx<Out>)pairs. - Duplex
Tx - Sender half of a duplex channel.