Table of Contents

Enum SchedulingPolicy

Namespace
DotCompute.Memory.Types
Assembly
DotCompute.Memory.dll

Specifies the scheduling policy for concurrent operations.

public enum SchedulingPolicy

Fields

FIFO = 2

First-in-first-out scheduling.

Fair = 0

Fair scheduling with equal priority.

LIFO = 3

Last-in-first-out scheduling.

Priority = 1

Priority-based scheduling.

ShortestFirst = 4

Shortest job first scheduling.