summary refs log tree commit diff stats
path: root/lib/pure/asyncfutures.nim
Commit message (Collapse)AuthorAgeFilesLines
* make asyncfutures.complete compileErik Johansson Andersson2017-07-181-2/+1
|
* asyncdispatch: formatting fixesMichał Zieliński2017-07-121-9/+13
|
* asyncdispatch: add callSoon getter/setter, renamesMichał Zieliński2017-07-061-3/+14
|
* Future: support for multiple callbacksMichał Zieliński2017-07-051-21/+62
|
* split FutureStream from asyncfuturesMichał Zieliński2017-07-051-101/+2
|
* asyncdispatch: split asyncfutures into its own moduleMichał Zieliński2017-07-051-0/+418
| | | | This slightly changes behaviour of callSoon - before loop is initialized, callSoon will call the function immediately.
* made async compile againAndreas Rumpf2016-09-261-293/+0
|
* revert brainless changesAndreas Rumpf2016-09-261-2/+2
|
* make travis greenAndreas Rumpf2016-09-261-2/+2
|
* Moves async futures into asyncfutures module.Dominik Picheta2016-09-251-0/+293