elizarov
02/26/2017, 12:09 PMCommonPool
with some other appropriate dispatcher. You can always create a private dispatcher just for a certain class of operations in your app, for example:
val computePool = newFixedThreadPoolContext(nThreadsForCompute, "compute")