Module bus_writer::writer[][src]

Structs

BusWriter

A single-reader, multi-writer that efficiently writes to multiple destinations in parallel.

Enums

BusWriterMessage

Messages received from the callbacks in the writer. The id field within each variant signifies the index of the destination being written to, as was supplied to the writer.