<div dir="ltr"><div class="gmail_default" style=""><font face="monospace, monospace" style="" color="#0000ff">On <span style="font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration-style:initial;text-decoration-color:initial">Tue May 22 22:08:40 (-0400), Chris Barker wrote:</span></font></div><div class="gmail_default" style="font-size:small"><font color="#0000ff" style="" face="monospace, monospace">> <span style="white-space:pre-wrap">while asyncio is in the standard library, it is not </span><span style="white-space:pre-wrap">intended to be THE async event loop implementation</span></font>
</div><div class="gmail_default" style="font-size:small"><font color="#0000ff" style="" face="monospace, monospace"><span style="white-space:pre-wrap"><br></span></font></div><div class="gmail_default" style="font-size:small"><font color="#0000ff" style="" face="monospace, monospace"><span style="white-space:pre-wrap">I'm surprised this is true - with dedicated syntax like async def/await, it's still not THE async event loop implementation? As far as I know, "async def" is a shorthand for</span></font></div><div class="gmail_default" style="font-size:small"><font color="#0000ff" style="" face="monospace, monospace"><span style="white-space:pre-wrap"><br></span></font></div><div class="gmail_default" style="font-size:small"><font color="#0000ff" style="" face="monospace, monospace"><span style="white-space:pre-wrap"> @asyncio.coroutine</span></font></div><div class="gmail_default" style="font-size:small"><font color="#0000ff" style="" face="monospace, monospace"><span style="white-space:pre-wrap"> def</span></font></div><div class="gmail_default" style="font-size:small"><font color="#0000ff" style="" face="monospace, monospace"><span style="white-space:pre-wrap"><br></span></font></div><div class="gmail_default" style="font-size:small"><font color="#0000ff" style="" face="monospace, monospace"><span style="white-space:pre-wrap">and "await" is short for "yield from".</span></font></div><div class="gmail_default" style="font-size:small"><font color="#0000ff" style="" face="monospace, monospace"><span style="white-space:pre-wrap"><br></span></font></div><div class="gmail_default" style="font-size:small"><font color="#0000ff" style="" face="monospace, monospace"><span style="white-space:pre-wrap">Sincerely,</span></font></div><div class="gmail_default" style="font-size:small"><font color="#0000ff" style="" face="monospace, monospace"><span style="white-space:pre-wrap">Ken Hilton;</span></font></div>
</div>