SuspendablePipeline

Constructors

Link copied to clipboard
constructor(step: SuspendableStep<Input, Output>)
constructor(stepBlock: SuspendableStepLambda<Input, Output>)

Functions

Link copied to clipboard
suspend fun await(input: Input): Output