Hacker News new | ask | show | jobs
by int_19h 1760 days ago
Callbacks have been there, but most code wasn't written with that in mind. And you still need some synchronization in async code - even if it's all scheduled on a single thread - due to re-entrancy issues.