kotlin.coroutines.experimental.CoroutineContext

CoroutineContext

interface CoroutineContext

Platform and version requirements: Kotlin 1.1

Persistent context for the coroutine. It is an indexed set of Element instances. An indexed set is a mix between a set and a map. Every element in this set has a unique Key- Keys are compared by reference-

登录查看完整内容