Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for established (0.15 sec)

  1. doc/go_spec.html

    		they must be <a href="#Type_identity">identical</a>.
    		Otherwise, if neither of them is a defined type, they must
    		have the same number of methods
    		(unification of <code>A</code> and <code>T</code> already
    		established that the methods match).
    	</li>
    	<li>
    		Neither <code>A</code> nor <code>T</code> are interface types:
    		In this case, if <code>T</code> is a defined type, <code>T</code>
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  2. doc/go_mem.html

    </p>
    
    <p>
    If the effects of a goroutine must be observed by another goroutine,
    use a synchronization mechanism such as a lock or channel
    communication to establish a relative ordering.
    </p>
    
    <h3 id="chan">Channel communication</h3>
    
    <p>
    Channel communication is the main method of synchronization
    between goroutines.  Each send on a particular channel
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Mar 04 15:54:42 GMT 2024
    - 26.6K bytes
    - Viewed (0)
Back to top