Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [std/tasks]add gcsafe pragmas (#17799) | flywind | 2021-04-21 | 1 | -4/+4 |
| | | | | | * [std/tasks]add gcsafe pragmas * Update tasks.nim | ||||
* | callback cannot be nil (#17718) | flywind | 2021-04-14 | 1 | -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) | flywind | 2021-04-09 | 1 | -0/+272 |