Quiz
Quiz yourself on the basic concepts of a goroutine.
We'll cover the following...
1
What is a goroutine?
A)
A pointer
B)
A medium for sending values between goroutines
C)
A lightweight thread for concurrent programming
D)
None of the above
Question 1 of 30 attempted