commit | e7a138b856b21bc3db8ddb1dfe9f3fabe0dc59e8 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Wed Feb 08 15:24:48 2012 -0500 |
committer | Russ Cox <rsc@golang.org> | Wed Feb 08 15:24:48 2012 -0500 |
tree | 821592331e42969058caa4bf8d427fa5a98401e2 | |
parent | cf80ccd8f666a839466af874aefa0ee02c58efdc [diff] |
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