Quiz
Quiz yourself on the synchronization concepts.
We'll cover the following...
Quiz yourself on the sync package.
1
(True or false.) When one of the goroutines has locked the variable using Mutex.Lock()
, other goroutines can access it to perform a read operation.
A)
True
B)
False
Question 1 of 30 attempted