rendering
fun <RenderingT> Workflow.Companion.rendering(rendering: RenderingT): Workflow<Unit, Nothing, RenderingT>(source)
Returns a workflow that does nothing but echo the given rendering. Handy for testing.
Returns a workflow that does nothing but echo the given rendering. Handy for testing.