top | item 10222393 (no title) theVirginian | 10 years ago Great tutorial, I would love to see this rewritten with the new async / await syntax in python 3.5 discuss order hn newest justusw|10 years ago I've created a similar example in order to try out the new Python 3.5 async syntax. While the async function bodies themselves do not change, there is some boilerplate necessary in order to call async functions.You can check it out right here https://github.com/justuswilhelm/kata/blob/master/python/cor...
justusw|10 years ago I've created a similar example in order to try out the new Python 3.5 async syntax. While the async function bodies themselves do not change, there is some boilerplate necessary in order to call async functions.You can check it out right here https://github.com/justuswilhelm/kata/blob/master/python/cor...
justusw|10 years ago
You can check it out right here https://github.com/justuswilhelm/kata/blob/master/python/cor...