summary refs log tree commit diff stats
path: root/lib/std/tasks.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #23635; tasks.toTask Doesn't Expect a Dot Expression (#23641)ringabout2024-05-271-4/+20
* fixes refc with non-var destructor; cancel warnings (#23156)ringabout2024-02-131-1/+2
* allow tuples and procs in 'toTask' + minor things (#22530)Andreas Rumpf2023-08-221-1/+1
* clean up `gc:arc` or `gc:orc` in docs and in error messages (#22408)ringabout2023-08-081-2/+2
* allow destructors to accept non var parameters; deprecate `proc =destroy(x: v...ringabout2023-06-211-6/+14
* tasks that support return values (#21859)Andreas Rumpf2023-05-171-25/+35
* 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