Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Looking at the async view example, at what point can we just drop async/await keywords and just have Python assume that everything is asynchronous?


javaScript ecosystem went out of the way to bring async await keywords, despite Node.js being asynchronous by using call backs and promises. The argument being code readability, While async await are just wrappers around Promise system.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: