vitess-gh/go/streamlog
Sugu Sougoumarane 07476db53b streamlog: simplify code
The first dataQueue channel doesn't serve any purpose now.
It was initially needed because the first send used to be non-blocking,
and the subsequent ones used to block. However, the non-blocking part
was later moved to the second stage.
With dataQueue removed, the code is much simpler now.
2015-10-04 11:55:45 -07:00
..
streamlog.go streamlog: simplify code 2015-10-04 11:55:45 -07:00
streamlog_flaky_test.go Detect flaky unit tests based on their suffix _flaky_test.go. 2015-08-30 22:28:14 -07:00