Hacker News new | ask | show | jobs
by rattray 1924 days ago
> The await keyword can only be used inside procedures marked with the {.async.} pragma.

https://livebook.manning.com/concept/nim/await

1 comments

Note also that using async/await should be used with the new, non-default ORC garbage collector.