[][src]Module capnp_futures::serialize

Asynchronous reading and writing of messages using the standard stream framing.

Traits

AsOutputSegments

Something that contains segments ready to be written out.

Functions

read_message

Begins an asynchronous read of a message from reader.

write_message

Writes the provided message to writer. Does not call flush().