Skip to main content

topological_order

Function topological_order 

Source
pub fn topological_order(config: &WorkspaceConfig) -> Vec<String>
Expand description

Compute topological order of services (dependency-first). Returns service names in startup order.