Hacker News new | ask | show | jobs
by kristoff_it 1528 days ago
That's how it works in Zig. Calling an async function like this will also await it.
1 comments

Could you share an example? I thought async functions weren't callable outside an `async` invocation from the `Inline` calling convention.