]> Cypherpunks repositories - gostls13.git/commit
runtime: add test for multiple concurrent channel consumers
authorChristopher Wedgwood <cw@f00f.org>
Mon, 5 Sep 2011 11:40:50 +0000 (07:40 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 5 Sep 2011 11:40:50 +0000 (07:40 -0400)
commit6cf61bb5b90fa64d450bb93a9f79032e520f7340
tree1029269c885220ffdc1924a8dbfe0e3975f1820f
parent740805fdb17aa53fb3cf936e706eacf7f1607545
runtime: add test for multiple concurrent channel consumers

There was a time (in the past) when this wasn't robust.

R=rsc, dvyukov
CC=golang-dev
https://golang.org/cl/4965058
src/pkg/runtime/chan_test.go