summary refs log tree commit diff stats
path: root/tests/async/t8982.nim
Commit message (Collapse)AuthorAgeFilesLines
* complete future only once in `or` (fixes #8982) (#9632)Miran2018-11-091-0/+33
* complete future only once in `or` Analogous to `and`. Credits to @k0zmo for proposing the solution. * add test
a id='n42' href='#n42'>42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61