In kotlinx.coroutines, there are functions like `atomic<T>()` but Intellij cannot resolve it....
k
In kotlinx.coroutines, there are functions like
atomic<T>()
but Intellij cannot resolve it. What are those and where are they defined?
e