Hacker News new | ask | show | jobs
by Timwi 22 days ago
> Like, why can't my sync function await something asynchronous?

It can in C# (just call .Result). I'm not sure why other async/await languages, like JS, don't just add that too.