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 d12b29f commit 86039b7Copy full SHA for 86039b7
1 file changed
Doc/howto/a-conceptual-overview-of-asyncio.rst
@@ -10,10 +10,9 @@ This article seeks to help you build a sturdy mental model of how ``asyncio``
10
fundamentally works, helping you understand the how and why behind the
11
recommended patterns.
12
13
-During my own ``asyncio`` learning process, a few aspects particually drove my
14
-curiosity (read: drove me nuts).
15
-You should be able to comfortably answer all these questions by the end
16
-of this article.
+You might be curious about some key ``asyncio`` concepts.
+You'll be comfortably able to answer these questions by the end of this
+article.
17
18
- What's happening behind the scenes when an object is ``await``\ ed?
19
- How does ``asyncio`` differentiate between a task which doesn't need CPU-time
0 commit comments