]> Cypherpunks repositories - gostls13.git/commit
add Close() and Closed() to ChanValue
authorRuss Cox <rsc@golang.org>
Wed, 26 Aug 2009 17:47:18 +0000 (10:47 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 26 Aug 2009 17:47:18 +0000 (10:47 -0700)
commit653cef1ba07dbc7df78ba354f1f99824cbcd33fb
treeac488031c2ac65930e9fef6cde4ff196b5a7247b
parent06c2c8945223b70111544103191c91ac0ecbf9e1
add Close() and Closed() to ChanValue

R=r
DELTA=60  (56 added, 3 deleted, 1 changed)
OCL=33868
CL=33872
src/pkg/reflect/all_test.go
src/pkg/reflect/value.go
src/pkg/runtime/chan.c
src/pkg/runtime/reflect.cgo
src/pkg/runtime/runtime.h