Skip to content

Commit

Permalink
Remove redundant 'that' (Kotlin#2887)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasoodFallahpoor committed Aug 23, 2021
1 parent 8c98180 commit e5c6cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/coroutine-context-and-dispatchers.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ context of the main `runBlocking` coroutine which runs in the `main` thread.
[Dispatchers.Unconfined] is a special dispatcher that also appears to run in the `main` thread, but it is,
in fact, a different mechanism that is explained later.

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.
It is represented by [Dispatchers.Default] and uses a shared background pool of threads.

[newSingleThreadContext] creates a thread for the coroutine to run.
Expand Down

0 comments on commit e5c6cf9

Please sign in to comment.