summaryrefslogtreecommitdiff
path: root/src/apscheduler/eventbrokers/local.py
Commit message (Expand)AuthorAgeFilesLines
* 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