September 2017
Intermediate to advanced
466 pages
9h 33m
English
Go programs rarely use a single channel. One very common technique that uses multiple channels is called a pipeline. So, a pipeline is a method for connecting goroutines so that the output of a goroutine becomes the input of another with the help of channels. The benefits of using pipelines are as follows:
Read now
Unlock full access