Quiz

Quiz yourself on the basic concepts of a goroutine.

We'll cover the following...
Technical Quiz
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


1 / 3