PipelineExecutor

interface PipelineExecutor<R>

Represent an object that launches pipeline execution

Functions

Link copied to clipboard
abstract suspend fun execute(initial: R): R

Start pipeline execution or fail if already running and not yet completed. It should not be invoked concurrently.