We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637fb09 commit 80e076fCopy full SHA for 80e076f
kotlinx-coroutines-test/common/src/TestCoroutineDispatchers.kt
@@ -86,8 +86,7 @@ public class UnconfinedTestDispatcher(
86
*
87
* One can additionally pass a [name] in order to more easily distinguish this dispatcher during debugging.
88
89
- * @see UnconfinedTestDispatcher for a dispatcher that immediately enters [launch] and [async] blocks and is not
90
- * confined to any particular thread.
+ * @see UnconfinedTestDispatcher for a dispatcher that is not confined to any particular thread.
91
*/
92
@ExperimentalCoroutinesApi
93
public class StandardTestDispatcher(
0 commit comments