Module channel

Source

Enums§

ChanReceiverImpl
ChanSenderImpl

Traits§

ChanReceiver 🔒
ChanSender 🔒

Functions§

create_output_channel
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.