Go Package sync: Difference between revisions
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
=Internal= | =Internal= | ||
* [[ | * [[Go_Concurrency#Memory_Access_and_Thread_Synchronization_Primitives|Go Concurrency]] | ||
* [[Go_Language_Modularization#sync|Standard library]] | * [[Go_Language_Modularization#sync|Standard library]] | ||
* [[Go Package atomic|The <tt>atomic</tt> package]] | * [[Go Package atomic|The <tt>atomic</tt> package]] |
Revision as of 00:04, 3 January 2024
External
Internal
Overview
The sync
package provides synchronization primitives to use when synchronization between goroutines is necessary.