Fan-In, Fan-Out
In this lesson, we will get familiar with Fan-In, Fan-Out techniques which are used to multiplex and demultiplex data in Go.
Fan-In refers to a technique in which you join data from multiple inputs into a single entity. On the other hand, Fan-Out means to divide the data from a single source into multiple smaller chunks. In this lesson, we’ll learn how to make use of both these techniques.
Get hands-on with 1400+ tech skills courses.