Modules

Structs

Join AsyncRead and AsyncWrite into a single AsyncRead + AsyncWrite object.

Traits

Functions

Create a mpsc channel that points to the framed stream.
Creates a new framed stream out of a channel.
Divides a channel into two.
Creates a new framed stream out of a channel.
Divides a stream into two. Returns two channels since channels are more powerful while still implement the same traits as the streams do.

Type Definitions