Y
Hacker News
new
|
ask
|
show
|
jobs
by
1337shadow
1441 days ago
It depends how you see it
https://journal.stuffwithstuff.com/2015/02/01/what-color-is-...
2 comments
ikinsey
1441 days ago
This is exactly why Go is a better option for async use cases.
link
int_19h
1441 days ago
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.
link
notpushkin
1441 days ago
It does indeed, but personally, I believe with async/await the main pain point of this post (callback hell) is essentially gone.
link