Searched refs:AbstractChannel (Results 1 – 9 of 9) sorted by relevance
2 at kotlinx.coroutines.channels.AbstractChannel.cancel(AbstractChannel.kt:630)9 at kotlinx.coroutines.channels.AbstractChannel.cancel(AbstractChannel.kt:630)
3 at kotlinx.coroutines.channels.AbstractSendChannel.offer(AbstractChannel.kt:170)
18 …ndezvousChannel<E>(onUndeliveredElement: OnUndeliveredElement<E>?) : AbstractChannel<E>(onUndelive…
20 …nkedListChannel<E>(onUndeliveredElement: OnUndeliveredElement<E>?) : AbstractChannel<E>(onUndelive…
20 …onflatedChannel<E>(onUndeliveredElement: OnUndeliveredElement<E>?) : AbstractChannel<E>(onUndelive…
488 internal abstract class AbstractChannel<E>( class823 private class Itr<E>(@JvmField val channel: AbstractChannel<E>) : ChannelIterator<E> {961 @JvmField val channel: AbstractChannel<E>, in resumeOnCancellationFun()
210 ) : AbstractChannel<E>(null), ReceiveChannel<E> { in elementAt()
29 ) : AbstractChannel<E>(onUndeliveredElement) {
54 override fun cancel(cause: Throwable?): Boolean = (sub as AbstractChannel).cancelInternal(cause) in toString()