summaryrefslogtreecommitdiff
path: root/src/apscheduler/executors
Commit message (Collapse)AuthorAgeFilesLines
* Major refactoringAlex Grönholm2022-09-214-0/+88
- Made SyncScheduler a synchronous wrapper for AsyncScheduler - Removed workers as a user interface - Removed synchronous interfaces for data stores and event brokers and refactored existing implementations to use the async interface - Added the current_async_scheduler contextvar - Added job executors