Skip to content

Commit

Permalink
ThreadPool improvements
Browse files Browse the repository at this point in the history
- switch to use c++11 features
- Add API to enable replacement of the thread pool
- Add custom, low-latency handling when threads is 0
- Lower lock boundary when adding tasks (or eliminate in c++11 mode)
  • Loading branch information
kdt3rd authored and nickrasmussen committed Aug 8, 2018
1 parent 848c8c3 commit bf0cb8c
Show file tree
Hide file tree
Showing 2 changed files with 545 additions and 183 deletions.
Loading

0 comments on commit bf0cb8c

Please sign in to comment.