Implement scheduling system with parallel execution support and dummy job systems
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Nerfed.Runtime.Systems.Synthetic;
|
||||
|
||||
public sealed class DummyLongJobSharedState
|
||||
{
|
||||
public JobHandle InFlight;
|
||||
public int LastResult;
|
||||
public int SubmitCount;
|
||||
public int ConsumeCount;
|
||||
}
|
||||
Reference in New Issue
Block a user