kotlin.coroutines.experimental.CoroutineContext.Key

Key

interface Key<E : Element>

Key for the elements of CoroutineContext- E is a type of element with this key- Keys in the context are compared by reference-

Inherited Functions

equals

open opera