Y
Hacker News
new
|
ask
|
show
|
jobs
by
ikinsey
1437 days ago
This is exactly why Go is a better option for async use cases.
1 comments
int_19h
1436 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