Files
Nerfed/Nerfed.Runtime/Scheduling/IParallelSystemMetadata.cs
T

8 lines
171 B
C#

namespace Nerfed.Runtime.Scheduling;
public interface IParallelSystemMetadata
{
string ScheduleName { get; }
SystemAccessDeclaration AccessDeclaration { get; }
}