Go Package sync: Difference between revisions
Jump to navigation
Jump to search
(→Once) |
|||
Line 21: | Line 21: | ||
=<tt>Once</tt>= | =<tt>Once</tt>= | ||
{{Internal|Go Once#Overview|<tt>Once</tt>}} | {{Internal|Go Once#Overview|<tt>Once</tt>}} | ||
=<tt>Cond</tt>= | |||
{{Internal|Go Cond#Overview|<tt>Cond</tt>}} |
Revision as of 21:53, 15 January 2024
External
Internal
Overview
The sync
package provides synchronization primitives to use when synchronization between goroutines is necessary.