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 6c18dfd commit ed5ed49Copy full SHA for ed5ed49
coroutines-guide.md
@@ -1019,7 +1019,7 @@ Automatically assigned ids are good when coroutines log often and you just need
1019
coming from the same coroutine. However, when coroutine is tied to the processing of a specific request
1020
or doing some specific background task, it is better to name it explicitly for debugging purposes.
1021
[CoroutineName] serves the same function as a thread name. It'll get displayed in the thread name that
1022
-is executing this coroutine when debugging more is turned on.
+is executing this coroutine when debugging mode is turned on.
1023
1024
The following example demonstrates this concept:
1025
0 commit comments