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 6593ba8 commit c64597cCopy full SHA for c64597c
kotlinx-coroutines-core/common/src/CoroutineDispatcher.kt
@@ -128,7 +128,7 @@ public abstract class CoroutineDispatcher :
128
*
129
* Note that this example was structured in such a way that it illustrates the parallelism guarantees.
130
* In practice, it is usually better to use `Dispatchers.IO` or [Dispatchers.Default] instead of creating a
131
- * `backgroundDispatcher`.
+ * `dispatcher`.
132
133
* ### `limitedParallelism(1)` pattern
134
0 commit comments