Has anyone here been able to use `limitedParalleli...
# coroutines
t
Has anyone here been able to use
limitedParallelism
on Kotlin/Native? When I try to use it I just get a
ClassCastException
. More details here: https://github.com/Kotlin/kotlinx.coroutines/issues/3223
t
Are you using native-mt? What memory model?
t
I am using coroutines 1.6.0 with the new memory model
There is a stack trace in the GitHub issue