Slide 77
Slide 77 text
Channels of all shapes and sizes!
• ArrayChannel - Buffered!
• ConflatedChannel - Only the latest element
• Ticker channel - Time based operations
• BroadcastChannel & ArrayBroadcastChannel
“Broadcast channel is a non-blocking primitive for communication between the sender and multiple receivers
that subscribe for the elements using [open] function and unsubscribe using [SubscriptionReceiveChannel.close]
function.”
ReceiveChannel