mirror of https://github.com/python/cpython
Reflow paragraph.
This commit is contained in:
parent
3ca68e77b8
commit
64f10d4f5e
|
@ -439,8 +439,8 @@ Coroutines and protocols
|
|||
------------------------
|
||||
|
||||
Coroutines can be scheduled in a protocol method using :func:`async`, but there
|
||||
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.
|
||||
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.
|
||||
|
||||
To have a reliable execution order, use :ref:`stream objects <asyncio-streams>` in a
|
||||
coroutine with ``yield from``. For example, the :meth:`StreamWriter.drain`
|
||||
|
|
Loading…
Reference in New Issue