aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server/dynamic_thread_pool.h
Commit message (Collapse)AuthorAge
* Remove std::thread, keep everything else unchanged (#13)Gravatar Vijay Pai2018-03-02
|
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
|
* Revert "Stop using std::thread in C++ library since it can trigger exceptions"Gravatar Jan Tattermusch2018-01-12
|
* Switch C++ sync server to use gpr_thd rather than std::thread and provide ↵Gravatar Vijay Pai2018-01-08
| | | | resource exhaustion mechanism
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Deprecate grpc::thread and sync in favor of std::thread,mutex,etcGravatar Vijay Pai2016-11-01
|
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
|
* Fix merge failuresGravatar yang-g2015-08-24
|
* Eliminate public thread-pool interfaceGravatar Vijay Pai2015-08-24