computation

open override val computation: CoroutineDispatcher

Parameters

computation

Context that is used by all standard builders, It is backed by a shared pool of threads on JVM. By default, the maximal level of parallelism used by this dispatcher is equal to the number of CPU cores, but is at least two.