]> Cypherpunks repositories - gostls13.git/commit
spec: send on closed channel counts as "proceeding"
authorRuss Cox <rsc@golang.org>
Wed, 8 Feb 2012 20:24:48 +0000 (15:24 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 8 Feb 2012 20:24:48 +0000 (15:24 -0500)
commite7a138b856b21bc3db8ddb1dfe9f3fabe0dc59e8
tree821592331e42969058caa4bf8d427fa5a98401e2
parentcf80ccd8f666a839466af874aefa0ee02c58efdc
spec: send on closed channel counts as "proceeding"

Other wordings are possible but defining this as one
of the ways to proceed means we don't have to add
language about this to the description of select.

Fixes #2825.

R=golang-dev, gri, r
CC=golang-dev
https://golang.org/cl/5643062
doc/go_spec.html