]> Cypherpunks repositories - gostls13.git/commit
io: revised Pipe implementation
authorRuss Cox <rsc@golang.org>
Tue, 2 Feb 2010 01:43:15 +0000 (17:43 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 2 Feb 2010 01:43:15 +0000 (17:43 -0800)
commit2a5d30fbe71033d76fb4a323c289b527d6b61074
tree517031b18ea84991c418ace7fa9cc5bbc264ddae
parent5db5f68d960baf60be5a5c9c729948e26d500358
io: revised Pipe implementation

* renamed channels to say what gets sent
* use channel closed status instead of racy check of boolean

R=nigeltao_golang
CC=golang-dev
https://golang.org/cl/196065
src/pkg/io/pipe.go