summaryrefslogtreecommitdiff
path: root/src/apscheduler/eventbrokers/local.py
Commit message (Expand)AuthorAgeFilesLines
* Major refactoringAlex Grönholm2022-09-211-68/+4
* Added missing docstrings to classesAlex Grönholm2022-07-311-0/+9
* Made the apscheduler.events module private and re-exported its codeAlex Grönholm2022-07-311-1/+1
* Added support for starting the sync scheduler (and worker) without the contex...Alex Grönholm2022-07-191-10/+6
* Switched to Black for code formattingAlex Grönholm2022-04-201-8/+21
* Upgraded syntax and switched linting over to pre-commit.ciAlex Grönholm2022-01-021-3/+3
* Upgraded attrs and its importsAlex Grönholm2022-01-021-5/+5
* Implemented one-shot event subscriptionsAlex Grönholm2021-09-131-3/+10
* Guard subscriptions in the synchronous local event broker with a lockAlex Grönholm2021-09-121-4/+12
* Improved the event subscription systemAlex Grönholm2021-09-121-2/+3
* Refactored event brokers to use exit stacksAlex Grönholm2021-09-121-5/+9
* Implemented a pluggable event broker systemAlex Grönholm2021-09-111-0/+47