Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for receipt (0.14 sec)

  1. api/go1.16.txt

    pkg syscall (darwin-arm64), const EV_OOBAND ideal-int
    pkg syscall (darwin-arm64), const EV_POLL = 4096
    pkg syscall (darwin-arm64), const EV_POLL ideal-int
    pkg syscall (darwin-arm64), const EV_RECEIPT = 64
    pkg syscall (darwin-arm64), const EV_RECEIPT ideal-int
    pkg syscall (darwin-arm64), const EV_SYSFLAGS = 61440
    pkg syscall (darwin-arm64), const EV_SYSFLAGS ideal-int
    pkg syscall (darwin-arm64), const EWOULDBLOCK = 35
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  2. doc/go_spec.html

    </pre>
    
    
    <h3 id="Receive_operator">Receive operator</h3>
    
    <p>
    For an operand <code>ch</code> whose <a href="#Core_types">core type</a> is a
    <a href="#Channel_types">channel</a>,
    the value of the receive operation <code>&lt;-ch</code> is the value received
    from the channel <code>ch</code>. The channel direction must permit receive operations,
    and the type of the receive operation is the element type of the channel.
    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