kotlin.coroutines.experimental.ContinuationInterceptor
ContinuationInterceptor
interface ContinuationInterceptor : Element
Platform and version requirements: Kotlin 1.1
Marks coroutine context element that intercepts coroutine continuations. The coroutines framework uses ContinuationInterceptor.Key to retrieve the interceptor and intercepts all coroutine continuations with interceptContinuation invocations.