File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -912,7 +912,7 @@ function is using.
912912
913913Coroutines can suspend on one thread and resume on another thread with [ Unconfined] dispatcher or
914914with 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
916916threads is to print the thread name in the log file on each log statement. This feature is universally supported
917917by logging frameworks. When using coroutines, the thread name alone does not give much of a context, so
918918` kotlinx.coroutines ` includes debugging facilities to make it easier.
You can’t perform that action at this time.
0 commit comments