aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/common/completion_queue_cc.cc
Commit message (Collapse)AuthorAge
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
|
* Separate public and internal C++ interfacesGravatar Vijay Pai2017-10-26
|
* Adds gRPC Experimental CQ DoThenAsyncNext lambda APIGravatar Ken Payson2017-10-25
|
* Revert "Separate internal-only and public parts of C++ API"Gravatar Vijay Pai2017-07-25
|
* Internalize structs and methods meant for being exposed through codegenGravatar Vijay Pai2017-07-10
| | | | or that interface with core and are only for internal use
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Add commentGravatar Sree Kuchibhotla2017-03-29
|
* Do not call grpc_init() for per-call-completion-queues created by a C++Gravatar Sree Kuchibhotla2017-03-28
| | | | synchronous server
* Bring back gli initializer summoningGravatar Vijay Pai2016-12-05
|
* gpr_atm isn't automatically initialized to 0. Thanks Obama.Gravatar Vijay Pai2016-12-05
|
* Track requests that could cause other requests to be created, and don't doGravatar Vijay Pai2016-12-05
| | | | a real core shutdown of a CQ until such requests are done
* Rename some files to avoid conflicting .obj files on WindowsGravatar Craig Tiller2016-08-22