summary refs log tree commit diff stats
path: root/tests/async/tasyncintemplate.nim
Commit message (Collapse)AuthorAgeFilesLines
* simplify asyncfutures, asyncmacro (#17633)Timothee Cour2021-04-141-8/+24
|
* close #16786 (#17598)flywind2021-03-311-1/+35
|
* Fix void async in templates (#17562)Ardek Romak2021-03-301-0/+12
* Fix https://github.com/nim-lang/Nim/issues/16159 * Add test for async in template * Shorten the expression * Even shorter Co-authored-by: Clyybber <darkmine956@gmail.com>