Comment on Patten Matching in NimparentComments−rattray5yThe await keyword can only be used inside procedures marked with the {.async.} pragma.https://livebook.manning.com/concept/nim/await−rattray5yNote also that using async/await should be used with the new, non-default ORC garbage collector.
Comments
https://livebook.manning.com/concept/nim/await
Note also that using async/await should be used with the new, non-default ORC garbage collector.