The sync Go package
Once again, we will use functions and data types from the sync
package in this chapter. Particularly, you will learn about the usefulness of the sync.Mutex
and sync.RWMutex
types and the functions supporting them.
Once again, we will use functions and data types from the sync
package in this chapter. Particularly, you will learn about the usefulness of the sync.Mutex
and sync.RWMutex
types and the functions supporting them.