Skip to main content

Crate repolith_engine

Crate repolith_engine 

Source
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 Plan to completion.