coder82
08/15/2019, 7:34 PMwithoutclass
08/15/2019, 7:38 PMExecutors.newFixedThreadPool(5).toCoroutineDispatcher()
IIRCcoder82
08/15/2019, 7:39 PMwithoutclass
08/15/2019, 7:42 PMlouiscad
08/15/2019, 7:43 PM<http://Dispatchers.IO|Dispatchers.IO>
which defaults to 64, it's documented.coder82
08/15/2019, 7:44 PMwithoutclass
08/15/2019, 7:45 PMcoder82
08/15/2019, 7:45 PMwithoutclass
08/15/2019, 7:54 PMcoder82
08/15/2019, 7:54 PMDico
08/15/2019, 10:04 PM(<http://Dispatchers.IO|Dispatchers.IO> as SomeInternalDispatcherType).limitingDispatcher(n)
gildor
08/16/2019, 6:29 AMI wanted to get a customized Dispatchers.IO with custom number of threads, is it ok and wise to useIt really depends on your case