Skip to content

Commit

Permalink
Replace deprecated ThreadLocal with kotlin.native.concurrent.ThreadLo…
Browse files Browse the repository at this point in the history
…cal (Kotlin#2266)
  • Loading branch information
woainikk committed Apr 10, 2023
1 parent e2092a4 commit 15aacd2
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -7,6 +7,7 @@ package kotlinx.serialization.json
import kotlinx.serialization.json.internal.*
import kotlin.native.ref.*
import kotlin.random.*
import kotlin.native.concurrent.*

/**
* This maps emulate thread-locality of DescriptorSchemaCache for Native.
Expand Down

0 comments on commit 15aacd2

Please sign in to comment.