A set of goroutines (workers) is created in a daisy chain, so that every worker Wi has an input channel form worker Wi-1 and an output channel to worker Wi+1.
-
Updated
Mar 24, 2017 - Go
A set of goroutines (workers) is created in a daisy chain, so that every worker Wi has an input channel form worker Wi-1 and an output channel to worker Wi+1.
Add a description, image, and links to the daisy-chain topic page so that developers can more easily learn about it.
To associate your repository with the daisy-chain topic, visit your repo's landing page and select "manage topics."