We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6543c commit 997d6fcCopy full SHA for 997d6fc
pool.go
@@ -26,7 +26,7 @@ type Pool interface {
26
Stop()
27
}
28
29
-type quitCh chan interface{}
+type quitCh chan struct{}
30
type workers map[reflect.Value][]quitCh
31
32
type pool struct {
0 commit comments