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

@@ -104,7 +104,7 @@ public class TestJobSystem
[TestMethod]
[Timeout(1000, CooperativeCancellation = true)]
public unsafe void CombineDependencies()
public unsafe void MultipleDependencies()
{
var result = stackalloc float[1];
var job1 = new TwoSumJob