aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/exec/exec.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-06-07 14:37:06 -0400
committerRuss Cox <rsc@golang.org>2011-06-07 14:37:06 -0400
commit63dae3c3becfabce9454e062297f8b4a22fc69a9 (patch)
tree88aa79a86f291e7ef0d9416b2b119b296688dc84 /src/pkg/exec/exec.go
parent8cd7aac2234f648818fc6c01bb52386a537e7029 (diff)
downloadgo-63dae3c3becfabce9454e062297f8b4a22fc69a9.tar.xz
compress/lzw: do not use background goroutines
Programs expect that Read and Write are synchronous. The background goroutines make the implementation a little easier, but they introduce asynchrony that trips up calling code. Remove them. R=golang-dev, nigeltao CC=golang-dev https://golang.org/cl/4548080
Diffstat (limited to 'src/pkg/exec/exec.go')
0 files changed, 0 insertions, 0 deletions