Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
IgorPartola
on Aug 15, 2020
|
parent
|
context
|
favorite
| on:
Django Async: What's new and what's next?
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?
anaganisk
on Aug 15, 2020
[–]
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: