Expand description
Async runtime for repolith โ the engine that turns a Plan into BuildEvents.
repolith-core stays a pure types/traits crate. This crate adds the
parallel layer executor on top, with cancellation, semaphore-based
concurrency limiting, and FailFast/KeepGoing semantics.
Modulesยง
- orchestrator
- Orchestrator + builder + execution errors.
Orchestrator โ drives a
Planto completion.