Skip to content

Instantly share code, notes, and snippets.

View lieroz's full-sized avatar

Andrey Kamakin lieroz

  • Tallinn, Estonia
View GitHub Profile
@lieroz
lieroz / grpcasync.h
Created December 23, 2020 15:04
gRPC C++ async api wrapper
#pragma once
#include <thread>
#include <google/protobuf/message.h>
#include <grpcpp/grpcpp.h>
#include <grpcpp/alarm.h>
#include <logger.h>