summary refs log tree commit diff stats
path: root/lib/pure/asyncmacro.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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
(#4704) * Transfer all async macro related code to asyncmacro.nim. * Make tests green.