Skip to main content

queue

Function queue 

Source
pub fn queue(candidates: &[Candidate]) -> Vec<&Candidate>
Expand description

The next-action queue (§1): the QUEUE_MAX_ROWS highest-scoring tasks across every actionable state, in one list ordered by score. The cap is uniform — every state competes for the same slots on score alone, so a low-scoring row of any state can fall below the cut (§7).