Skip to main contentModule orchestrator
Source - BuildEvent ๐
- Events reported by the shared builder loop to the UI layer.
- collect_results ๐
- Collect finished
JoinSet tasks and split results into dist / doc artifacts. - run_builder_task ๐
- Run a single builder inside a
JoinSet task, handling dependency waiting,
completion signalling, and reporting events back to the UI layer. - run_builders ๐
- Run all builders in parallel, respecting
depends_on ordering. - run_with_bars ๐
- run_with_logs ๐