]> Cypherpunks.ru repositories - gostls13.git/commit
replace non-blocking send, receive syntax with select
authorRuss Cox <rsc@golang.org>
Mon, 31 Jan 2011 23:36:28 +0000 (18:36 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 31 Jan 2011 23:36:28 +0000 (18:36 -0500)
commitf4e76d83091b43e88bb2a832c3b6424c3cc17e1d
tree6527360b647fd1fabce1dbc839ba03e24c308163
parentfc52d7029fcd667557230d4b4b6443886e261ef9
replace non-blocking send, receive syntax with select

R=golang-dev, nigeltao, niemeyer, r
CC=golang-dev
https://golang.org/cl/4079053
27 files changed:
src/pkg/compress/flate/deflate_test.go
src/pkg/exp/draw/x11/conn.go
src/pkg/fmt/print.go
src/pkg/fmt/scan.go
src/pkg/net/fd.go
src/pkg/net/server_test.go
src/pkg/netchan/common.go
src/pkg/netchan/import.go
src/pkg/os/inotify/inotify_linux.go
src/pkg/path/path_test.go
src/pkg/rpc/client.go
src/pkg/rpc/server_test.go
src/pkg/time/sleep_test.go
src/pkg/time/tick.go
src/pkg/time/tick_test.go
test/chan/nonblock.go
test/chan/perm.go
test/closedchan.go
test/errchk
test/fixedbugs/bug016.go
test/fixedbugs/bug069.go
test/fixedbugs/bug081.go
test/fixedbugs/bug196.go
test/fixedbugs/bug234.go
test/fixedbugs/bug242.go
test/golden.out
test/named1.go