Hacker News new | ask | show | jobs
by bccdee 192 days ago
Uncoloured async is possible, but it involves making everything async. Crossing the sync/async boundary is never trivial, so languages like go just never cross it. Everything is coroutines.