This commit is contained in:
bandl 2021-10-04 22:37:21 +08:00
parent 1de8e1b141
commit 26226eca28
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ func lruCleanWork() {
}
func (lru *singleCache) lruSingleWork() interface{} {
func (lru *SingleCache) lruSingleWork() interface{} {
ctx := context.Background()
for {
workEvent := lru.lruConsumer.Receive(ctx)