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 1391594 commit 0692644Copy full SHA for 0692644
Doc/howto/a-conceptual-overview-of-asyncio.rst
@@ -460,9 +460,9 @@ That might sound odd to you. You might be thinking:
460
That causes the error: ``SyntaxError: yield from not allowed in a coroutine.``
461
This was intentionally designed for the sake of simplicity -- mandating only
462
one way of using coroutines.
463
+ Despite that, ``yield from`` and ``await`` effectively do the same thing.
464
Initially ``yield`` was barred as well, but was re-accepted to allow for
465
async generators.
- Despite that, ``yield from`` and ``await`` effectively do the same thing.
466
467
=======
468
Futures
0 commit comments