SuspendableStepLambda

typealias SuspendableStepLambda<Input, Output> = suspend (Input) -> Output