Skip to content

ecsia-monorepo / devtools/src / ConflictExplain

Interface: ConflictExplain

Defined in: devtools/src/types.ts:112

An access overlap that the schedule ACTUALLY enforced — two systems with overlapping write-write or read-write access that the plan placed in different waves/rounds (waves ). Pairs whose overlap the scheduler suppressed via inAnyOrderWith (kept concurrent, same round) are NOT reported here.

Properties

a

ts
readonly a: string;

Defined in: devtools/src/types.ts:113


b

ts
readonly b: string;

Defined in: devtools/src/types.ts:114


on

ts
readonly on: string;

Defined in: devtools/src/types.ts:115


kind

ts
readonly kind: "write-write" | "read-write";

Defined in: devtools/src/types.ts:116

MIT licensed · 0.x, unpublished, experimental.