Section 5.4.26 Pipelines –Build the Hydra Chat System
The Pipeline Pattern https://blog.golang.org/pipelines A concurrent pattern A series of 'stages' connected by channels Each stage is a group of goroutines running the same function So what is the pipeline design pattern and detailed article covering the pattern can be found in the link shown here. Pipeline is a design pattern that makes have used of go's concurrency. And devides code..
Go/Mastering Go
2022. 3. 11. 00:50