Hacker News new | ask | show | jobs
by baq 1472 days ago
the problem with async is it makes easy things much more complex if you don't need the performance. granted it should be easy for library/API designers to provide sync versions of all async calls, but I don't know if this happens.