summary refs log tree commit diff stats
path: root/tests/async/tasyncall.nim
Commit message (Collapse)AuthorAgeFilesLines
* require errormsg to be specified before file.Arne Döring2018-12-111-1/+0
|
* updated tests to be executedArne Döring2018-11-231-1/+1
|
* Use addCallback rather than callback= in asyncfutures.all() (#6850)Mathias Stearn2017-12-091-0/+17
| | | | | | | | | | * Use addCallback rather than callback= in asyncfutures.all() Addresses part of #6849 * Stop using do notation for #6849 * Update example style
* make tests green againAndreas Rumpf2017-11-181-5/+4
|
* Add waitFor on seq[Future], waitAll and more (#5189)Federico Ceratto2017-05-161-38/+39
| | | | | | * Switch to unittest and speedup * Make timers and callbacks fields public
* async all() now immediately completes if arg is emptyRuslan Mustakov2016-11-031-0/+9
|
* Tests: tasyncall: Varargs test added.Konstantin Molchanov2016-06-031-0/+18
|
* Tests: async: Tests for `all` proc added.Konstantin Molchanov2016-05-311-0/+50