Mohamed Elsherif

56%
Flag icon
The third way to avoid a data race is to allow many goroutines to access the variable, but only one at a time. This approach is known as mutual exclusion
The Go Programming Language
Rate this book
Clear rating
Open Preview