- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for yielding (0.04 sec)
-
doc/go_spec.html
The expression blocks until a value is available. Receiving from a <code>nil</code> channel blocks forever. A receive operation on a <a href="#Close">closed</a> channel can always proceed immediately, yielding the element type's <a href="#The_zero_value">zero value</a> after any previously sent values have been received. </p> <pre> v1 := <-ch v2 = <-ch f(<-ch)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0)