aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/tasks
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo in Loop.restart documentationSteve C2019-05-101-1/+1
* [tasks] Add Loop.restartRapptz2019-05-101-1/+28
* [tasks] Add way to query cancellation state for Loop.after_loopRapptz2019-04-301-8/+20
* [tasks] Remove support for awaitables due to gotchas.Rapptz2019-04-291-17/+17
* [tasks] Fix assignment of tuple when appendingDanny2019-04-151-1/+1
* [tasks] set internal task to None after cancelingSteve C2019-04-121-0/+1
* [tasks] Add before_loop and after_loop decoratorsRapptz2019-04-121-16/+79
* [tasks] Ensure total number of seconds is not less than 0.Rapptz2019-04-111-3/+6
* [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/+209