aboutsummaryrefslogtreecommitdiff
path: root/kotlinx-coroutines-core/native/src/internal/ThreadContext.kt
blob: 2370e42ff47d79552678587b89301399940e27fa (plain)
1
2
3
4
5
6
7
8
9
/*
 * Copyright 2016-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
 */

package kotlinx.coroutines.internal

import kotlin.coroutines.*

internal actual fun threadContextElements(context: CoroutineContext): Any = 0