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 51e6d63 commit 88811c2Copy full SHA for 88811c2
TSPL.docc/LanguageGuide/Concurrency.md
@@ -157,6 +157,8 @@ Inside an asynchronous method,
157
the flow of execution is suspended *only* when you call another asynchronous method ---
158
suspension is never implicit or preemptive ---
159
which means every possible suspension point is marked with `await`.
160
+Marking all of the possible suspension points in your code
161
+helps make concurrent code easier to read and reason about.
162
163
For example,
164
the code below fetches the names of all the pictures in a gallery
0 commit comments