aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server/create_default_thread_pool.cc
Commit message (Collapse)AuthorAge
* Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
| | | | appropriate
* Make thread_pool.h a public headerGravatar Vijay Pai2015-07-15
| | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool
* Add ability to override default thread poolGravatar Yang Gao2015-06-03