summaryrefslogtreecommitdiff
path: root/src/apscheduler/executors/thread.py
Commit message (Collapse)AuthorAgeFilesLines
* Major refactoringAlex Grönholm2022-09-211-0/+31
- 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