Is there any suggested way to replace this? or sho...
# announcements
i
Is there any suggested way to replace this? or should we continue with newFixedThredPoolContext (or java style executors)
j
#CFTS4CTBK is purely a user-level language abstraction. It does not tie any native resources(OS or anything) and, uses just one relatively small object in the JVM heap. You can create 100K coroutines easily.
i
in my case, what I need is to put some upper limit to the parallelism. In Java, fixed thread pools would work for me. what I wonder is if there was a better/more preferred way in Kotlin.