kotlinx.coroutines
kotlinx.coroutines copied to clipboard
Return UnlimitedIoScheduler instance for Dispatchers.IO.limitedParallelism(Int.MAX_VALUE)
trafficstars
Don't wrap it into LimitedDispatcher unnecessarily.
Do we have any evidence that LimitedDispatcher overhead is non-eglible or is it rather a "nice to have" enhancement?
I didn't do any measurements, but I'm 100% sure that doing nothing is faster than whatever LimitedDispatcher is doing.