File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,9 @@ This article seeks to help you build a sturdy mental model of how ``asyncio``
1010fundamentally works, helping you understand the how and why behind the
1111recommended patterns.
1212
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.
13+ You might be curious about some key ``asyncio `` concepts.
14+ You'll be comfortably able to answer these questions by the end of this
15+ article.
1716
1817- What's happening behind the scenes when an object is ``await ``\ ed?
1918- How does ``asyncio `` differentiate between a task which doesn't need CPU-time
You can’t perform that action at this time.
0 commit comments