Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle exceptions in scheduler and main threads
Unhandled exceptions in the scheduler thread should no longer cause scheduled tasks to stop executing. We also improve both loops by cleanly handling BaseExceptions such as KeyboardInterrupt and SystemExit
- Loading branch information