nil Channels
Let’s learn about nil channels.
We'll cover the following...
We'll cover the following...
The use of nil channels
nil channels always block! Therefore, we should only use them when we actually want that behavior.
Coding example
The code that follows illustrates nil channels:
We are ...