]> Cypherpunks repositories - gostls13.git/commit
Go specification: Lock down some details about channels and select:
authorRob Pike <r@golang.org>
Tue, 13 Jul 2010 23:23:54 +0000 (16:23 -0700)
committerRob Pike <r@golang.org>
Tue, 13 Jul 2010 23:23:54 +0000 (16:23 -0700)
commit041d11623f0332feacb15d3e10e29eec8c64200f
tree358988a3a6255de65b0af8a527525323514d18c5
parent2e3dc2cc352fbf006af492f2d5a75d28194e7202
Go specification: Lock down some details about channels and select:
- nil channel in regular send or receive panics
- empty select blocks forever

R=rsc, gri, iant, ken2
CC=golang-dev
https://golang.org/cl/1825043
doc/go_spec.html