BuiltInTakeAlgorithmInternalBuilt-in lane take algorithms for QueueHyperlinkConfigBase.takeAlgorithm.
"priority"— lowest level index first (default; classic high → normal → low on 3 levels)."strict-descending"— highest level index first (can starve lower levels)."weighted"— virtual-time weighted fair queuing; level index is the weight (≥ 1).
modelsQueueHyperlinkConfigBase.takeAlgorithm
Source src/internal/queueHyperlink.ts:1691 lines
export type type BuiltInTakeAlgorithm =
BuiltInTakeAlgorithmInternal
Built-in lane take algorithms for
QueueHyperlinkConfigBase.takeAlgorithm
.
"priority" — lowest level index first (default; classic high → normal → low on 3 levels).
"strict-descending" — highest level index first (can starve lower levels).
"weighted" — virtual-time weighted fair queuing; level index is the weight (≥ 1).
BuiltInTakeAlgorithm = import BuiltInTakeAlgorithmInternalBuiltInTakeAlgorithmInternal;