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 8c98180 commit e5c6cf9Copy full SHA for e5c6cf9
docs/topics/coroutine-context-and-dispatchers.md
@@ -65,7 +65,7 @@ context of the main `runBlocking` coroutine which runs in the `main` thread.
65
[Dispatchers.Unconfined] is a special dispatcher that also appears to run in the `main` thread, but it is,
66
in fact, a different mechanism that is explained later.
67
68
-The default dispatcher that is used when no other dispatcher is explicitly specified in the scope.
+The default dispatcher is used when no other dispatcher is explicitly specified in the scope.
69
It is represented by [Dispatchers.Default] and uses a shared background pool of threads.
70
71
[newSingleThreadContext] creates a thread for the coroutine to run.
0 commit comments