File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
core/kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ object CommonPool : CoroutineDispatcher() {
3939 * Name of the property that controls default parallelism level of [CommonPool].
4040 * If the property is not specified, `Runtime.getRuntime().availableProcessors() - 1` will be used instead (or `1` for single-core JVM).
4141 * Note that until Java 10, if an application is run within a container,
42- * `Runtime.getRuntime().availableProcessors()` is not aware of container constraints and will return real number of cores.
42+ * `Runtime.getRuntime().availableProcessors()` is not aware of container constraints and will return the real number of cores.
4343 */
4444 public const val DEFAULT_PARALLELISM_PROPERTY_NAME = " kotlinx.coroutines.default.parallelism"
4545
You can’t perform that action at this time.
0 commit comments