Another important async improvement in 3.6 are asynchronous iterators:
https://www.python.org/dev/peps/pep-0525/
(yielding from a coroutine)
Another important async improvement in 3.6 are asynchronous iterators:
https://www.python.org/dev/peps/pep-0525/
(yielding from a coroutine)