Macrosยง
- for_
all_ ๐dispatcher_ variants - impl_
dispatcher ๐
Structsยง
- Broadcast
Dispatcher BroadcastDispatcher
dispatches message to all outputs.- Dispatch
Executor 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.- Dispatch
Executor ๐Inner - Dispatch
Executor ๐Metrics - Dispatcher
With ๐Metrics - Hash
Data Dispatcher - Round
Robin Data Dispatcher - Simple
Dispatcher SimpleDispatcher
dispatches message to a single output.
Enumsยง
Traitsยง
Functionsยง
- broadcast_
concurrent ๐ - Concurrently broadcast a message to all outputs.
- try_
batch_ ๐barriers - Tries to batch up to
max_barrier_count_per_batch
consecutive barriers within a single message batch.