Searched refs:offerSelectInternal (Results 1 – 5 of 5) sorted by relevance
46 protected override fun offerSelectInternal(element: E, select: SelectInstance<*>): Any { in offerSelectInternal() method49 super.offerSelectInternal(element, select) else in offerSelectInternal()
61 protected override fun offerSelectInternal(element: E, select: SelectInstance<*>): Any { in offerSelectInternal() method
110 override fun offerSelectInternal(element: E, select: SelectInstance<*>): Any { in offerSelectInternal() method in kotlinx.coroutines.channels.ArrayBroadcastChannel
89 protected override fun offerSelectInternal(element: E, select: SelectInstance<*>): Any { in offerSelectInternal() method
67 protected open fun offerSelectInternal(element: E, select: SelectInstance<*>): Any { in <lambda>() method in kotlinx.coroutines.channels.AbstractSendChannel395 val offerResult = offerSelectInternal(element, select) in <lambda>()