never

suspend fun <A> never(): A

Deprecated

Prefer using awaitCancellation from KotlinX

Replace with

import kotlinx.coroutines.awaitCancellation
awaitCancellation()