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

It's true, but that's around

  let result = do_stuff().await;
vs

  let result = await do_stuff();
not what your parent is talking about.


Ah, they meant like await goes into async functions etc.




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

Search: