Hi all Just found out that limitedParallelism does...
# kotlin-native
v
Hi all Just found out that limitedParallelism doesn't work on dispatcher created out of a ThreadPoolExecutor but works fine on Dispatchers.IO. Has anyone been able to figure out why? I am running multiple coroutines(which has delay of 1 sec) in a loop
c
What's the code?