public PipelineExecutor<R>
Represent an object that launches pipeline execution
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(R initial,
kotlin.coroutines.experimental.Continuation<? super R> p)
Start pipeline execution or fail if already running and not yet completed.
It should not be invoked concurrently.
|