Modules§
Structs§
- Duplex
Stream - Join AsyncRead and AsyncWrite into a single
AsyncRead + AsyncWrite
object. - Transport
Channel - Transport
Connection
Traits§
Functions§
- channel_
into_ framed_ stream - Create a
mpsc
channel that points to the framed stream. - create_
framed_ stream - Creates a new framed stream out of a channel.
- divide_
channel - Divides a channel into two.
- divide_
into_ framed_ streams - Creates a new framed stream out of a channel.
- divide_
stream - Divides a stream into two. Returns two channels since channels are more powerful while still implement the same traits as the streams do.