8 lines
171 B
C#
8 lines
171 B
C#
namespace Nerfed.Runtime.Scheduling;
|
|
|
|
public interface IParallelSystemMetadata
|
|
{
|
|
string ScheduleName { get; }
|
|
SystemAccessDeclaration AccessDeclaration { get; }
|
|
}
|