This commit is contained in:
sxyazi 2023-08-03 18:53:03 +08:00
parent 4adfa4a061
commit 16dee14c5f
No known key found for this signature in database

View file

@ -77,6 +77,8 @@ impl Process {
}
}
}
self.sch.send(TaskOp::Adv(task.id, 1, 0))?;
self.done(task.id)
}
}