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 255d495 commit 6e12fc4Copy full SHA for 6e12fc4
core/kotlinx-coroutines-core/src/CoroutineContext.kt
@@ -71,7 +71,7 @@ public actual val DefaultDispatcher: CoroutineDispatcher =
71
*
72
* **Debugging facilities:** In debug mode every coroutine is assigned a unique consecutive identifier.
73
* Every thread that executes a coroutine has its name modified to include the name and identifier of the
74
- * currently currently running coroutine.
+ * currently running coroutine.
75
* When one coroutine is suspended and resumes another coroutine that is dispatched in the same thread,
76
* then the thread name displays
77
* the whole stack of coroutine descriptions that are being executed on this thread.
0 commit comments