R - the result type
public IntCoPipeline<R> extends IntCoAcceptor<R>
A pipeline that accepts and emits integer values.
IntCoAcceptor.DefaultImpls| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
emit(int value,
kotlin.coroutines.Continuation<? super kotlin.Unit> p)
Emit a value, that is, forward a value to the downstream acceptor.
|
accept, accept, acceptgetClosed, getComplete, getResult