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 interface IParallelSystemMetadata
|
||||
{
|
||||
string ScheduleName { get; }
|
||||
SystemAccessDeclaration AccessDeclaration { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user