bug log++

This commit is contained in:
songzhibin97
2020-11-16 22:12:44 +08:00
parent e02e70ff26
commit eb7a6411d1
2 changed files with 5 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ func (t *T) AddTask() {
// 直接丢弃这次任务
return
}
fmt.Println("::::发送任务->>>>>>>>")
t.ch <- struct{}{}
}