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 4271886 commit b104cfcCopy full SHA for b104cfc
docs/basics.md
@@ -89,7 +89,7 @@ coroutine and it can be only used from a coroutine.
89
### Bridging blocking and non-blocking worlds
90
91
The first example mixes _non-blocking_ `delay(...)` and _blocking_ `Thread.sleep(...)` in the same code.
92
-It is easy to get lost which one is blocking and which one is not.
+It is easy to lose track of which one is blocking and which one is not.
93
Let's be explicit about blocking using [runBlocking] coroutine builder:
94
95
<div class="sample" markdown="1" theme="idea" data-min-compiler-version="1.3">
0 commit comments