diff options
| author | Russ Cox <rsc@golang.org> | 2011-06-07 14:37:06 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2011-06-07 14:37:06 -0400 |
| commit | 63dae3c3becfabce9454e062297f8b4a22fc69a9 (patch) | |
| tree | 88aa79a86f291e7ef0d9416b2b119b296688dc84 /src/pkg/exec/exec.go | |
| parent | 8cd7aac2234f648818fc6c01bb52386a537e7029 (diff) | |
| download | go-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
