Skip to content

Instantly share code, notes, and snippets.

@matthauck
matthauck / Cargo.toml
Created March 23, 2020 18:55
async-trait, issue #75
[package]
name = "async-trait-75"
version = "0.1.0"
authors = []
edition = "2018"
[dependencies]
async-trait = "0.1.17"
tokio = { version = "0.2.13", features = [ "rt-threaded", "macros" ] }
@matthauck
matthauck / GrpcTestClient_api.gen.cpp
Last active April 22, 2022 23:47
GRPC Client API
#include "GrpcTestClient_api.gen.h"
#include "NetworkAsync/HTTPAsync/AsyncHTTPHeaders.h"
#include "Core/Ownership/MakeUnique.h"
namespace
{
const char* const kService = "GrpcTest";
} // namespace
GrpcTestGRPCClient::GrpcTestGRPCClient( GrpcClientConnection& connection )