File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -339,19 +339,19 @@ call stack to the event loop.
339339That might sound minor, but in a large program with many ``await ``'s and a deep
340340callstack that overhead can add up to a meaningful performance drag.
341341
342- ---------------------------------
343- Part 2: coroutines under the hood
344- ---------------------------------
342+ ------------------------------------------------
343+ A conceptual overview part 2: the nuts and bolts
344+ ------------------------------------------------
345345
346346Part 2 goes into detail on the mechanisms :mod: `!asyncio ` uses to manage
347347control flow.
348348This is where the magic happens.
349349You'll come away from this section knowing what ``await `` does behind the scenes
350350and how to make your own asynchronous operators.
351351
352- ================================================
353- coroutine.send(), await, yield and StopIteration
354- ================================================
352+ =========================
353+ Coroutines under the hood
354+ =========================
355355
356356:mod: `!asyncio ` leverages four components to pass around control.
357357
You can’t perform that action at this time.
0 commit comments