summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-08-03 21:28:33 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-08-03 21:28:33 +0100
commit202cc489034f6e4f41140d7af82e93b112fcd3dd (patch)
tree5dcfd0b515332391102e9d81bd3496003c681f8c /web
parentb9c1dd007279876f2f1d8a4085ffbfb0c9a27bb3 (diff)
downloadNim-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