Implement scheduling system with parallel execution support and dummy job systems
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Nerfed.Runtime.Scheduling;
|
||||
|
||||
public sealed class SystemSchedulerOptions
|
||||
{
|
||||
public bool EnableParallelSystemExecution { get; set; }
|
||||
public bool StrictDependencyValidation { get; set; } = true;
|
||||
}
|
||||
Reference in New Issue
Block a user