Hacker News new | past | comments | ask | show | jobs | submit login

it uses generators. those generators basically allow tearing down promises inflight with allowing them to "return"

it solves the problem of uncancelable side effects and nested promises failing without clean up.

if you traded callback he'll for try catch ad nausea control, this cleans up nested promises.




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

Search: