Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Rausch (0.2 sec)

  1. doc/go1.17_spec.html

    <p>
    Package initialization&mdash;variable initialization and the invocation of
    <code>init</code> functions&mdash;happens in a single goroutine,
    sequentially, one package at a time.
    An <code>init</code> function may launch other goroutines, which can run
    concurrently with the initialization code. However, initialization
    always sequences
    the <code>init</code> functions: it will not invoke the next one
    until the previous one has returned.
    HTML
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  2. doc/go_spec.html

    <p>
    Package initialization&mdash;variable initialization and the invocation of
    <code>init</code> functions&mdash;happens in a single goroutine,
    sequentially, one package at a time.
    An <code>init</code> function may launch other goroutines, which can run
    concurrently with the initialization code. However, initialization
    always sequences
    the <code>init</code> functions: it will not invoke the next one
    until the previous one has returned.
    HTML
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 279.3K bytes
    - Viewed (0)
Back to top