legacy-workflow-rx2 / com.squareup.workflow.legacy.rx2 / doLaunch

doLaunch

fun <S : Any, E : Any, O : Any> Reactor<S, E, O>.doLaunch(initialState: S, workflows: WorkflowPool, name: String? = null): Workflow<S, E, O>
Deprecated: Use com.squareup.workflow.Workflow

Use this to implement WorkflowPool.Launcher.launch.