|
|
|
|
|
by ziihrs
1514 days ago
|
|
In Go, the select branch to take is non-deterministically chosen from the set of enabled branches.
For the examples I don't think it makes a difference, but in general you cannot assume that a select attempts to choose branches from top to bottom. |
|