For context on this, check out PEP 492: <a href="https://www.python.org/dev/peps/pep-0492/" rel="nofollow">https://www.python.org/dev/peps/pep-0492/</a><p>It's a really exciting proposal. AFAIK, it'd make Python 3 the first mainstream imperative scripting language to have these async/await concepts built-in (there is a similar proposal for JavaScript/ES7 built on top of generators and promises[1]). While I've commented before about how asyncio is still a bit more nascent than I'd like, I'm really excited to see where the community takes it.<p>[1]: <a href="https://github.com/lukehoban/ecmascript-asyncawait" rel="nofollow">https://github.com/lukehoban/ecmascript-asyncawait</a>