EventChannel |
Helper for Reactors that can accept events from external sources. interface |
EventSelectBuilder |
The receiver for lambdas passed to EventChannel.select. For usage see the documentation for EventChannel. class |
Reactor |
An Rx2 adapter for com.squareup.workflow.Reactor, allowing implementors to ignore that interface's reliance on kotlin.coroutines. interface |
com.squareup.workflow.legacy.Workflow |
|
io.reactivex.Single |
|
kotlinx.coroutines.channels.ReceiveChannel |
doLaunch |
Use this to implement WorkflowPool.Launcher.launch. fun <S : Any, E : Any, O : Any> Reactor<S, E, O>. |
singleWorker |
Creates a Worker that will pass its input value to block, then subscribe to the returned Single and report the value it emits as the worker result. fun <I : Any, O : Any> |
toCoroutineReactor |
Adapter to convert a Reactor to a Reactor. fun <S : Any, E : Any, O : Any> Reactor<S, E, O>. |