Implement scheduling system with parallel execution support and dummy job systems
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Nerfed.Runtime.Systems.Synthetic;
|
||||
|
||||
public enum DummyWorkloadMode
|
||||
{
|
||||
Spin,
|
||||
Sleep,
|
||||
Compute,
|
||||
}
|
||||
Reference in New Issue
Block a user