Thanks to visit codestin.com Credit goes to github.com
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 3ca68e7 commit 64f10d4Copy full SHA for 64f10d4
1 file changed
Doc/library/asyncio-protocol.rst
@@ -439,8 +439,8 @@ Coroutines and protocols
439
------------------------
440
441
Coroutines can be scheduled in a protocol method using :func:`async`, but there
442
-is no guarantee made about the execution order. Protocols are not aware of coroutines
443
-created in protocol methods and so will not wait for them.
+is no guarantee made about the execution order. Protocols are not aware of
+coroutines created in protocol methods and so will not wait for them.
444
445
To have a reliable execution order, use :ref:`stream objects <asyncio-streams>` in a
446
coroutine with ``yield from``. For example, the :meth:`StreamWriter.drain`
0 commit comments