Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move thread join to finish callback for shutdown
- Shutdown is cleaner if we join the cache thread when the other threads shut down. Otherwise, the cache thread may keep running up until the program exits, causing odd behavior.
- Loading branch information