aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/client_async.cc
Commit message (Collapse)AuthorAge
...
* Async client progressGravatar Craig Tiller2015-03-04
|
* Async client progressGravatar Craig Tiller2015-03-04
|
* Revert "Use typedefs to avoid triply-nested function templates"Gravatar vjpai2015-02-27
| | | | | | | This reverts commit 45b0bc4bec5d0b701dbe5ae98542473ef3eaa4e4. This revert is being done because the compilers on Travis don't understand the C++11 template/using syntax.
* Use typedefs to avoid triply-nested function templatesGravatar vjpai2015-02-27
|
* Stop abusing operator() overloadingGravatar vjpai2015-02-27
|
* Move std::bind call out of main loop, change constructor appropriatelyGravatar vjpai2015-02-27
|
* <:: -> < ::Gravatar vjpai2015-02-27
|
* override->GRPC_OVERRIDEGravatar vjpai2015-02-27
|
* clang-format all these filesGravatar Vijay Pai2015-02-26
|
* Rename Async methods from generator to avoid naming conflicts toGravatar vjpai2015-02-26
| | | | bind and other functions
* New multithreaded async C++ tests. The server is architected the wayGravatar vjpai2015-02-26
that it should be with multiple threads waiting on a single completion queue. The client currently uses a separate completion queue per-thread, as trying to do a single unified queue was leading to crashes for me. I need to figure that out.