commonMain.internal.ThreadContext.common.kt Maven / Gradle / Ivy
package kotlinx.coroutines.internal
import kotlin.coroutines.*
internal expect fun threadContextElements(context: CoroutineContext): Any
package kotlinx.coroutines.internal
import kotlin.coroutines.*
internal expect fun threadContextElements(context: CoroutineContext): Any