Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scheduler: Terminate threads when stopping
When stopping the scheduler, particularly when destroying it, make sure that the worker threads terminate. Otherwise deleting a running scheduler will crash if the helper threads still access the deleted blocks.
- Loading branch information