Skip to content

Commit 997d6fc

Browse files
committed
Update quit channel type
1 parent fa6543c commit 997d6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type Pool interface {
2626
Stop()
2727
}
2828

29-
type quitCh chan interface{}
29+
type quitCh chan struct{}
3030
type workers map[reflect.Value][]quitCh
3131

3232
type pool struct {

0 commit comments

Comments
 (0)