|
NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
|
Plan for the next super-step. More...
#include <scheduler.h>
Plan for the next super-step.
ready is the deduped list of nodes to execute (insertion-ordered through std::set so parallel fan-in joins only once). hit_end is set when any routing signal reached END_NODE. winning_command_goto records the Command.goto_node that took over (if any) — purely for debug streaming; the Scheduler itself does not use it downstream.
Definition at line 56 of file scheduler.h.