mirror of
https://github.com/golang/go
synced 2024-11-21 20:04:44 -07:00
parent
11a016151b
commit
43f459ce51
@ -169,7 +169,7 @@ In fact, an aggressive compiler might delete the entire <code>go</code> statemen
|
|||||||
<p>
|
<p>
|
||||||
If the effects of a goroutine must be observed by another goroutine,
|
If the effects of a goroutine must be observed by another goroutine,
|
||||||
use a synchronization mechanism such as a lock or channel
|
use a synchronization mechanism such as a lock or channel
|
||||||
communiation to establish a relative ordering.
|
communication to establish a relative ordering.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>Channel communication</h3>
|
<h3>Channel communication</h3>
|
||||||
|
Loading…
Reference in New Issue
Block a user