Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for `Async | Sync` return types in {.multisync.} macro. | Dominik Picheta | 2017-02-11 | 1 | -21/+34 |
* | Improve error message when a `nil` future is await'ed. | Dominik Picheta | 2017-02-09 | 1 | -3/+5 |
* | Allow .async pragma on methods (#5312) | Ruslan Mustakov | 2017-02-01 | 1 | -2/+2 |
* | deprecated nativesockets.dealloc, use freeAddrInfo instead; fixed stdlib depr... | Andreas Rumpf | 2017-01-30 | 1 | -3/+3 |
* | FutureVar[T] parameters are now completed automatically. | Dominik Picheta | 2016-09-25 | 1 | -8/+43 |
* | Fixes `asyncmacro` compilation in tests. | Dominik Picheta | 2016-09-19 | 1 | -2/+1 |
* | Implements {.multisync.} pragma for async and sync proc combos. | Dominik Picheta | 2016-09-18 | 1 | -0/+110 |
* | Fixes #4170. | Dominik Picheta | 2016-09-17 | 1 | -3/+1 |
* | async: transfer all await/async macro related code to asyncmacro.nim module. ... | Eugene Kabanov | 2016-09-03 | 1 | -0/+373 |