Public Member Functions | |
CompletionQueueTLSCache (CompletionQueue *cq) | |
bool | Flush (void **tag, bool *ok) |
~CompletionQueueTLSCache () | |
Private Attributes | |
CompletionQueue * | cq_ |
bool | flushed_ |
EXPERIMENTAL Creates a Thread Local cache to store the first event On this completion queue queued from this thread. Once initialized, it must be flushed on the same thread.
Definition at line 309 of file include/grpcpp/impl/codegen/completion_queue.h.
|
explicit |
Definition at line 170 of file completion_queue_cc.cc.
grpc::CompletionQueue::CompletionQueueTLSCache::~CompletionQueueTLSCache | ( | ) |
Definition at line 176 of file completion_queue_cc.cc.
Definition at line 180 of file completion_queue_cc.cc.
|
private |
Definition at line 316 of file include/grpcpp/impl/codegen/completion_queue.h.
|
private |
Definition at line 317 of file include/grpcpp/impl/codegen/completion_queue.h.