[$] Trio and the future of asynchronous execution in Python
At the 2017 Python Language Summit, Nathaniel Smith led a session on Trio-anasynchronous library he has recently been working on that uses theasync and await keywords that have come about in recent Python releases. It is meant to be an alternative to the asynciomodule. The session was targeted at relaying what Smith has learned in the process of writing Trio and to see wherethings might go from here.