feat.新增支持部分任务

This commit is contained in:
MistEO
2022-03-09 23:23:29 +08:00
parent 78d574f185
commit 50ccafdf44
20 changed files with 258 additions and 28 deletions

View File

@@ -12,6 +12,9 @@ bool asst::PackageTask::run()
if (need_exit()) {
return false;
}
if (!task_ptr) {
continue;
}
task_ptr->set_exit_flag(m_exit_flag)
.set_ctrler(m_ctrler)