A
the accepted (input) type
E
the emitted (downstream) type
R
the result type
public CoPipeline<A,E,R> extends CoAcceptor<A,R>
A pipeline that accepts and emits values of the specified types.
public CoPipeline()
@Nullable java.lang.Object emit(E value, @NotNull kotlin.coroutines.Continuation<? super kotlin.Unit> p)
Emit a value, that is, forward a value to the downstream acceptor.
value