Module interconnect

Module interconnect 

Source
Expand description

Component interconnects.

Structs§

BufferedDispatcher
A buffered dispatcher.
Consumer
A stream of items sent to a component.
Dispatcher
Dispatches items from one component to another.
EventBufferManager
An ergonomic wrapper over fallibly writing to fixed-size event buffers.
FixedSizeEventBuffer
A fixed-size event buffer.

Traits§

Dispatchable
A value that can be dispatched.