commonMain.internal.ThreadContext.common.kt Maven / Gradle / Ivy
package kotlinx.coroutines.internal
import kotlin.coroutines.*
internal expect fun threadContextElements(context: CoroutineContext): Any
© 2015 - 2025 Weber Informatics LLC | Privacy Policy