Home
last modified time | relevance | path

Searched refs:hasNextSuspend (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt833 return hasNextSuspend() in hasNext()
844 … private suspend fun hasNextSuspend(): Boolean = suspendCancellableCoroutineReusable sc@ { cont -> in hasNextSuspend() method in Itr