Broadcast sends every value to every consumer, mpsc only allows a single consumer to get each value.
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
replies:
Broadcast sends every value to every consumer, mpsc only allows a single consumer to get each value.