summaryrefslogtreecommitdiff
path: root/chan.go
diff options
context:
space:
mode:
Diffstat (limited to 'chan.go')
-rw-r--r--chan.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/chan.go b/chan.go
index 54eb4e4..985ee63 100644
--- a/chan.go
+++ b/chan.go
@@ -14,6 +14,8 @@ import (
"github.com/sourcegraph/conc/panics"
)
+// this should never exit
+// TODO: clean up all this poorly named code
func makeConc() {
var wg conc.WaitGroup
defer wg.Wait()