GRPC 异步调用 C++
原文 http://www.sailsxu.com/?p=613protobuf原生的异步调用void DoneCallback(PingMessage *response) {}void async_test() { RpcClient client("127.0.0.1", 8000); PingService::Stub stub(client.Channel())
转载
2017-02-28 21:36:42 ·
11012 阅读 ·
0 评论