Package-level declarations
Types
Link copied to clipboard
class StepExecutionEngine<C : ExecutionContext>(planBuilder: (C) -> List<Step<C>>, timeBufferMs: Long = 200)
Orchestrates the execution of a list of Steps based on a given plan.