Documentation ¶ Index ¶ func Funnel(sources ...<-chan int) <-chan int Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Funnel ¶ func Funnel(sources ...<-chan int) <-chan int Funnel starts a dedicated goroutine for each channel in list of sources that reads values from its assigned channel and forwards them to dest, a single-output channel shared by all of the goroutine Types ¶ This section is empty. Source Files ¶ View all Source files pattern.go Click to show internal directories. Click to hide internal directories.