risingwave_batch::task

Module channel

source

Enums§

Traits§

Functions§

  • Output-channel is a synchronous, bounded single-producer-multiple-consumer queue. The producer is the local task executor, the consumer is ExchangeService. The implementation depends on the shuffling strategy.