Macrosยง
- impl_
dispatcher ๐
Structsยง
BroadcastDispatcher
dispatches message to all outputs.DispatchExecutor
consumes messages and send them into downstream actors. Usually, data chunks will be dispatched with some specified policy, while control message such as barriers will be distributed to all receivers.SimpleDispatcher
dispatches message to a single output.
Enumsยง
Traitsยง
Functionsยง
- broadcast_
concurrent ๐Concurrently broadcast a message to all outputs.