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() {
39
39
* Name of the property that controls default parallelism level of [CommonPool].
40
40
* If the property is not specified, `Runtime.getRuntime().availableProcessors() - 1` will be used instead (or `1` for single-core JVM).
41
41
* 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.
43
43
*/
44
44
public const val DEFAULT_PARALLELISM_PROPERTY_NAME = " kotlinx.coroutines.default.parallelism"
45
45
You can’t perform that action at this time.
0 commit comments