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 e649c07 commit d619868Copy full SHA for d619868
Doc/howto/a-conceptual-overview-of-asyncio.rst
@@ -308,8 +308,8 @@ The design intentionally trades off some conceptual clarity around usage of
308
``await`` for improved performance.
309
Each time a task is awaited, control needs to be passed all the way up the
310
call stack to the event loop.
311
-That might sound minor, but in a large program with a deep callstack that
312
-overhead can add up to a meaningful performance drag.
+That might sound minor, but in a large program with many ``await``'s and a deep
+callstack that overhead can add up to a meaningful performance drag.
313
314
----------------------------------
315
How coroutines work under the hood
0 commit comments