kotlin.coroutines.experimental.Continuation

Continuation

interface Continuation<in T>

Platform and version requirements: Kotlin 1.1

Interface representing a continuation after a suspension point that returns value of type T.

Properties

context

abstract val context: CoroutineContext

Context of the coroutine that co