- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for yielding (0.09 sec)
-
doc/go1.17_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 Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0)