Channels as Function Parameters
Let’s learn how to use channels as function parameters.
We'll cover the following...
Using a channel as a function parameter
When using a channel as a function parameter, we can specify its direction; that is, whether it is going to be ...