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




This is exactly why Go is a better option for async use cases.


Until you need to do async FFI. Callbacks and the async/await syntactic sugar on top of them compose nicely across language boundaries. But green threads are VM-specific.


It does indeed, but personally, I believe with async/await the main pain point of this post (callback hell) is essentially gone.




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

Search: