kotlin.coroutines.experimental.CoroutineContext.Element
Element
interface Element : CoroutineContext
An element of the CoroutineContext. An element of the coroutine context is a singleton context by itself.
Properties
|
interface Element : CoroutineContext
An element of the CoroutineContext. An element of the coroutine context is a singleton context by itself.
|