summary refs log tree commit diff stats
path: root/lib/pure/asyncmacro.nim
Commit message (Expand)AuthorAgeFilesLines
* 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