Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Order ¶
func Order[T any]( items []T, idOf func(T) domaintypes.JobID, nextOf func(T) *domaintypes.JobID, ) []T
Order reconstructs a linked job chain using job IDs and next-id successor pointers. It returns a deterministic order even for malformed/disconnected chains.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.