R
the result type
public IntCoPipeline<R> extends IntCoAcceptor<R>
A pipeline that accepts and emits integer values.
public IntCoPipeline()
@Nullable java.lang.Object emit(int value, @NotNull kotlin.coroutines.Continuation<? super kotlin.Unit> p)
Emit a value, that is, forward a value to the downstream acceptor.
value