commit | 2a5d30fbe71033d76fb4a323c289b527d6b61074 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Feb 01 17:43:15 2010 -0800 |
committer | Russ Cox <rsc@golang.org> | Mon Feb 01 17:43:15 2010 -0800 |
tree | 517031b18ea84991c418ace7fa9cc5bbc264ddae | |
parent | 5db5f68d960baf60be5a5c9c729948e26d500358 [diff] |
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