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 8947818 commit 449b7a0Copy full SHA for 449b7a0
kotlinx-coroutines-core/common/src/MainCoroutineDispatcher.kt
@@ -20,7 +20,7 @@ public abstract class MainCoroutineDispatcher : CoroutineDispatcher() {
20
*
21
* Immediate dispatcher is safe from stack overflows and in case of nested invocations forms event-loop similar to [Dispatchers.Unconfined].
22
* The event loop is an advanced topic and its implications can be found in [Dispatchers.Unconfined] documentation.
23
- * The formed event-loop is shared with [Unconfined] and other immediate dispatchers, potentially overlapping tasks between them.
+ * The formed event-loop is shared with [Dispatchers.Unconfined] and other immediate dispatchers, potentially overlapping tasks between them.
24
25
* Example of usage:
26
* ```
0 commit comments