We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad2383 commit 3b90b8aCopy full SHA for 3b90b8a
backend.go
@@ -86,6 +86,7 @@ func (b *backend[K, V]) startGCOnce() {
86
for {
87
select {
88
case <-b.done:
89
+ b.timer.Stop()
90
return
91
case now := <-b.timer.C:
92
b.mu.Lock()
0 commit comments