August 2019
Beginner to intermediate
798 pages
17h 2m
English
A signal channel is one that is used just for signaling. Put simply, you can use a signal channel when you want to inform another goroutine about something. Signal channels should not be used for the transferring of data.
You will see a code example that uses signal channels in the section called Specifying the order of execution for your goroutines later in this chapter.
Read now
Unlock full access