summary refs log tree commit diff stats
path: root/lib/pure/asyncmacro.nim
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes #5995Yuriy Glukhov2017-06-181-1/+1
* Fixes regression introduced by #5739. Improves newNimNode proc.Dominik Picheta2017-05-171-1/+1
* Remove processing hints for async procs.Dominik Picheta2017-05-161-3/+0
* Async macro fixes (#5739)Yuriy Glukhov2017-05-161-20/+18
* Fixes the order in which FutureVar and return completions are made.Dominik Picheta2017-03-271-10/+17
* Add support for `Async | Sync` return types in {.multisync.} macro.Dominik Picheta2017-02-111-21/+34
* Improve error message when a `nil` future is await'ed.Dominik Picheta2017-02-091-3/+5
* Allow .async pragma on methods (#5312)Ruslan Mustakov2017-02-011-2/+2
* deprecated nativesockets.dealloc, use freeAddrInfo instead; fixed stdlib depr...Andreas Rumpf2017-01-301-3/+3
* FutureVar[T] parameters are now completed automatically.Dominik Picheta2016-09-251-8/+43
* Fixes `asyncmacro` compilation in tests.Dominik Picheta2016-09-191-2/+1
* Implements {.multisync.} pragma for async and sync proc combos.Dominik Picheta2016-09-181-0/+110
* Fixes #4170.Dominik Picheta2016-09-171-3/+1
* async: transfer all await/async macro related code to asyncmacro.nim module. ...Eugene Kabanov2016-09-031-0/+373