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 authored and xBaank committed Apr 20, 2023
1 parent 3686362 commit d73f6e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
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 d73f6e3

Please sign in to comment.