blob: f508749ed00c5f5fd5a4129f4c21a8ff774146d5 [file] [log] [blame]
/*
* Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
package kotlinx.coroutines.internal
@Suppress("ACTUAL_WITHOUT_EXPECT")
internal actual typealias LocalAtomicInt = java.util.concurrent.atomic.AtomicInteger