GRPC C++
0.10.0.0
|
#include <completion_queue.h>
Friends | |
class | ServerBuilder |
Additional Inherited Members | |
![]() | |
enum | NextStatus { SHUTDOWN, GOT_EVENT, TIMEOUT } |
![]() | |
CompletionQueue () | |
CompletionQueue (grpc_completion_queue *take) | |
~CompletionQueue () GRPC_OVERRIDE | |
template<typename T > | |
NextStatus | AsyncNext (void **tag, bool *ok, const T &deadline) |
bool | Next (void **tag, bool *ok) |
void | Shutdown () |
grpc_completion_queue * | cq () |
![]() | |
GrpcLibrary () | |
virtual | ~GrpcLibrary () |
|
friend |