aboutsummaryrefslogtreecommitdiff
path: root/docs/ext/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Show decorator usage instead of signature in docsDevon R2021-06-271-0/+10
|
* [tasks] make __call__ actually appear in the docsSebastian Law2021-02-211-0/+1
|
* [tasks] Add missing attributetable to tasksRapptz2020-12-191-0/+2
|
* Fix more deprecation warnings for 3.8Rapptz2019-11-261-1/+1
|
* Version bump to 1.2.0v1.2.0Rapptz2019-06-091-0/+2
|
* Add changelog for v1.1.0Rapptz2019-05-101-0/+2
|
* [tasks] Add way to query cancellation state for Loop.after_loopRapptz2019-04-301-0/+31
| | | | Fixes #2121
* [tasks] Remove support for awaitables due to gotchas.Rapptz2019-04-291-20/+0
| | | | Fixes #2079
* [tasks] Add before_loop and after_loop decoratorsRapptz2019-04-121-3/+45
|
* [tasks] Document version addedRapptz2019-04-111-0/+2
|
* [tasks] Rename Loop.run to Loop.start to avoid blocking connotationsRapptz2019-04-111-3/+3
|
* [tasks] Add a new background helper 'tasks' extension.Rapptz2019-04-111-0/+82