Go Package sync: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:


The "sync" package provides synchronization primitives, to be used when synchronization between goroutines is needed.
The "sync" package provides synchronization primitives, to be used when synchronization between goroutines is needed.
=Elements=
* <tt>[https://golang.org/pkg/sync/#WaitGroup sync.WaitGroup]</tt>

Revision as of 18:55, 2 April 2016

External

Internal

Overview

The "sync" package provides synchronization primitives, to be used when synchronization between goroutines is needed.

Elements