1 Matching Annotations
- Oct 2024
-
-
stages close their outbound channels when all the send operations are done. stages keep receiving values from inbound channels until those channels are closed.
Producer closes their channels. Consumers should exit when the channel they're polling on is closed.
Receive on closed channel's fine.
-