Crate capnp_futures

Crate capnp_futures 

Source

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§

ReadStream
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.