summary refs log tree commit diff stats
path: root/lib/std/tasks.nim
Commit message (Collapse)AuthorAgeFilesLines
* callback cannot be nil (#17718)flywind2021-04-141-0/+1
| | | | | | | `Task.callback` cannot be nil, we need to raise it at debug and release mode Situations: - if users create a Task object without using `toTask` and invoke the Task - if users already move the Task and invoke the Task
* add std/tasks (#17447)flywind2021-04-091-0/+272