CheckSortedSet

This commit is contained in:
zhangkun9038@dingtalk.com 2025-01-13 20:38:24 +08:00
parent cd998f0a26
commit b0a12688f9

View File

@ -439,8 +439,8 @@ func main() {
}() }()
go func() { go func() {
for { for {
time.Sleep(30 * time.Minute)
CheckSortedSet(&cr) CheckSortedSet(&cr)
time.Sleep(30 * time.Minute)
} }
}() }()
// 永久阻塞 // 永久阻塞