Hello guys, I was exploring kotlin coroutines sour...
# coroutines
a
Hello guys, I was exploring kotlin coroutines source code and I found a lot of unused imports. Is this intentionally? or it would be OK if I submit a PR to remove them?
e
It depends. Can you give an example?
a
like
Copy code
import kotlinx.coroutines.internal.*
import kotlin.coroutines.*
in
ThreadPoolDispatcher
https://github.com/Kotlin/kotlinx.coroutines/blob/develop/kotlinx-coroutines-core/jvm/src/ThreadPoolDispatcher.kt#L7