Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scheduler: don't rely on boost interrupt on shutdown
Calling interrupt_all() will immediately stop the scheduler, so it's safe to invoke stop() beforehand, and this removes the reliance on boost to interrupt serviceQueue(). Cherry-picked from: 306f71b
- Loading branch information