fixed the problem that job may leak when it's a long running job.

This commit is contained in:
2026-05-02 22:18:19 +09:00
parent f8edb8ce4c
commit 997aab299c
2 changed files with 3 additions and 1 deletions

View File

@@ -388,6 +388,8 @@ public sealed unsafe partial class JobScheduler : IDisposable
MarkJobComplete(dependency);
}
registered = true;
break;
}