File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -912,7 +912,7 @@ function is using.
912
912
913
913
Coroutines can suspend on one thread and resume on another thread with [ Unconfined] dispatcher or
914
914
with a default multi-threaded dispatcher. Even with a single-threaded dispatcher it might be hard to
915
- figure out what coroutine was doing what , where, and when. The common approach to debugging applications with
915
+ figure out what coroutine was doing, where, and when. The common approach to debugging applications with
916
916
threads is to print the thread name in the log file on each log statement. This feature is universally supported
917
917
by logging frameworks. When using coroutines, the thread name alone does not give much of a context, so
918
918
` kotlinx.coroutines ` includes debugging facilities to make it easier.
You can’t perform that action at this time.
0 commit comments