May 10, 2021
Hi Lautaro Jayat,
Yeah the buffered channels are blocked only when the buffer is full. And there are so many patterns we can implemented by using goroutine & channel. For example, we can use the channel to implement Job Queue too.
:D
Hi Lautaro Jayat,
Yeah the buffered channels are blocked only when the buffer is full. And there are so many patterns we can implemented by using goroutine & channel. For example, we can use the channel to implement Job Queue too.
:D