Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for records (0.14 sec)

  1. doc/go_spec.html

    </p>
    
    
    <h3 id="Close">Close</h3>
    
    <p>
    For an argument <code>ch</code> with a <a href="#Core_types">core type</a>
    that is a <a href="#Channel_types">channel</a>, the built-in function <code>close</code>
    records that no more values will be sent on the channel.
    It is an error if <code>ch</code> is a receive-only channel.
    Sending to or closing a closed channel causes a <a href="#Run_time_panics">run-time panic</a>.
    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)
Back to top