Hacker News new | ask | show | jobs
by skitter 1012 days ago
It's not intrinsic to async functions; you can block on a future inside another future via e.g. pollster or even manual polling.