Modules§
- serialize
- Asynchronous reading and writing of messages using the standard stream framing.
- serialize_
packed - Asynchronous reading and writing of messages using the packed stream encoding.
Structs§
- Read
Stream - An incoming sequence of messages.
- Sender
- A handle that allows messages to be sent to a write queue.
Functions§
- write_
queue - Creates a new write queue that wraps the given
AsyncWrite.