We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f686c8 commit 2fb055eCopy full SHA for 2fb055e
kotlinx-coroutines-core/jvm/src/scheduling/CoroutineScheduler.kt
@@ -69,7 +69,7 @@ import kotlin.random.*
69
*
70
* When a new task arrives in the scheduler (whether it is local or global queue),
71
* either an idle worker is being signalled, or a new worker is attempted to be created.
72
- * Only [corePoolSize] workers can be created for regular CPU tasks)
+ * (Only [corePoolSize] workers can be created for regular CPU tasks)
73
74
* ### Support for blocking tasks
75
* The scheduler also supports the notion of [blocking][TASK_PROBABLY_BLOCKING] tasks.
0 commit comments