You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ The [async/await](https://en.wikipedia.org/wiki/Async/await) pattern is an alter
43
43
44
44
It is already well-established in other programming languages and is an evolution in asynchronous programming. The implementation of this pattern is possible thanks to[coroutines](https://en.wikipedia.org/wiki/Coroutine).
45
45
46
-
Let’s have a look at the example with coroutine inside of which`await()` suspends it and resumes when the result is available without blocking the thread.
46
+
Let’s have a look at the example with coroutine inside of which`await()` suspends it and resumes when the result is available**without blocking the thread**.