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 27dfa2a commit 63e3896Copy full SHA for 63e3896
common/kotlinx-coroutines-core-common/src/Dispatchers.common.kt
@@ -19,7 +19,7 @@ public object Dispatchers {
19
* It is backed by a shared pool of threads on JVM.
20
* You can set system property "`kotlinx.coroutines.scheduler`" (either no value or to the value of "`on`")
21
* to use an experimental coroutine dispatcher that shares threads with [Dispatchers.IO] and thus can switch to
22
- * to context without performing an actual thread context switch.
+ * context without performing an actual thread context switch.
23
*/
24
@JvmField
25
public val Default: CoroutineDispatcher =
0 commit comments