summary refs log tree commit diff stats
path: root/tests/async/tasynctry.nim
Commit message (Collapse)AuthorAgeFilesLines
* Resolve bugs with `deep recursion` of asyncdispatch.cheatfate2016-05-181-5/+5
| | | | | Introduce callSoon() implementation. Patch tests to use waitFor() instead of asyncCheck()
* Fix infinite recursion when await is in except body.Dominik Picheta2015-03-301-0/+12
|
* Async await try statement fixes.Dominik Picheta2015-02-091-0/+41
|
* Implements getCurrentException for try in async procs. Ref #1487.Dominik Picheta2014-09-091-2/+2
|
* Multiple exception idents in except for async. Ref #1487.Dominik Picheta2014-09-081-0/+51
a id='n114' href='#n114'>114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171