Hacker News new | ask | show | jobs
by justusw 3927 days 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...