fix(task): refactor task module and fix reload stuck/error, fix some logic

This commit is contained in:
yusing
2025-05-28 22:07:13 +08:00
parent c90795e614
commit 2628d9e8a8
14 changed files with 371 additions and 443 deletions

View File

@@ -6,10 +6,6 @@ func panicWithDebugStack() {
// do nothing
}
func panicIfFinished(t *Task, reason string) {
// do nothing
}
func logStarted(t *Task) {
// do nothing
}