File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -349,9 +349,9 @@ This 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- Coroutines under the hood
354- =========================
352+ ============================
353+ Inner workings of coroutines
354+ ============================
355355
356356:mod: `!asyncio ` leverages four components to pass around control.
357357
@@ -470,9 +470,9 @@ Futures are much more versatile and will be marked as done when you say so.
470470In this way, they're the flexible interface for you to make your own conditions
471471for waiting and resuming.
472472
473- ========================
474- A homemade asyncio.sleep
475- ========================
473+ ======================
474+ Homemade asyncio.sleep
475+ ======================
476476
477477We'll go through an example of how you could leverage a future to create your
478478own variant of asynchronous sleep (``async_sleep ``) which mimics
You can’t perform that action at this time.
0 commit comments