diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-08-03 21:28:33 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-08-03 21:28:33 +0100 |
commit | 202cc489034f6e4f41140d7af82e93b112fcd3dd (patch) | |
tree | 5dcfd0b515332391102e9d81bd3496003c681f8c /web | |
parent | b9c1dd007279876f2f1d8a4085ffbfb0c9a27bb3 (diff) | |
download | Nim-202cc489034f6e4f41140d7af82e93b112fcd3dd.tar.gz |
The async macro now supports transforming multiple async procs.
This is a workaround for #3182, no forward declarations. You can now do this: ```nim async: proc bar(): Future[T] proc foo() = await bar() proc bar() {.async.} = echo(123); await foo() ```
Diffstat (limited to 'web')
0 files changed, 0 insertions, 0 deletions