You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2018. It is now read-only.
Async await is coming our way with v8 slated to implement it in Q2 2016.
Node needs to be prepared :)
Possible areas of impact:
V8's implementation needs to be tracked so we make sure we have our right hooks when it lands. Things like unhandledRejection might possibly be impacted as well as the way promises are currently queued and run in Node.
We need to consider the whole operational vs. programmer error issue here.
Core dumps should work properly in async methods.
Probably many others, just starting the discussion.
m4rcelofs, ksmithut, NoahZhang, i-erokhin, jltrv and 92 moreQard, boopathi, kesarion, syrnick, sindresorhus and 44 moregblazex, tonyxiao, hustcer, jdnichollsc, daneroo and 27 more