summary refs log tree commit diff stats
path: root/lib/std/tasks.nim
Commit message (Expand)AuthorAgeFilesLines
* improve error message when using `toTask` with a call with a return value (#2...ringabout2022-10-231-1/+2
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+3
* enable style:usages for stdlib tests [backport: 1.6] (#19715)flywind2022-04-131-1/+1
* improve the error messages for std/tasks [backport: 1.6] (#19695)flywind2022-04-071-6/+6
* std/tasks: fix spelling (#19691) [backport]Jacek Sieka2022-04-061-2/+2
* [std/tasks] more gcsafe stuffs [backport] (#18926)flywind2021-09-301-3/+3
* [std/tasks]add gcsafe pragmas (#17799)flywind2021-04-211-4/+4
* callback cannot be nil (#17718)flywind2021-04-141-0/+1
* add std/tasks (#17447)flywind2021-04-091-0/+272