Descriptioncompress/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.
Patch Set 1 #Patch Set 2 : diff -r 0f3cb0fbb6ff https://go.googlecode.com/hg #Patch Set 3 : diff -r 0f3cb0fbb6ff https://go.googlecode.com/hg #
Total comments: 3
Patch Set 4 : diff -r 895ddf3d55bd https://go.googlecode.com/hg #Patch Set 5 : diff -r 895ddf3d55bd https://go.googlecode.com/hg #Patch Set 6 : diff -r 8fc8a4975c03 https://go.googlecode.com/hg #MessagesTotal messages: 5
|