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 9e07a36 commit d12b29fCopy full SHA for d12b29f
Doc/howto/a-conceptual-overview-of-asyncio.rst
@@ -369,7 +369,8 @@ A homemade asyncio.sleep
369
========================
370
371
We'll go through an example of how you could leverage a future to create your
372
-own variant of asynchronous sleep -- :func:`asyncio.sleep`.
+own variant of asynchronous sleep (``async_sleep``) which mimics
373
+:func:`asyncio.sleep`.
374
375
This snippet puts a few tasks on the event loop's queue and then ``await``\ s a
376
coroutine wrapped in a task: ``async_sleep(3)``.
0 commit comments