Hyperlinkv0.8.0-beta.28

QueueHyperlink

QueueHyperlink.BuiltInTakeAlgorithmtypesrc/internal/queueHyperlink.ts:169
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).
modelsQueueHyperlinkConfigBase.takeAlgorithm
export type BuiltInTakeAlgorithm = BuiltInTakeAlgorithmInternal;