#include <atomic>
#include <chrono>
#include <memory>
#include <thread>
#include <type_traits>
#include <google/protobuf/message.h>
#include <grpc++/grpc++.h>
#include <process/future.hpp>
#include <process/owned.hpp>
#include <process/process.hpp>
#include <stout/duration.hpp>
#include <stout/lambda.hpp>
#include <stout/synchronized.hpp>
#include <stout/try.hpp>
Go to the source code of this file.
|
#define | GRPC_RPC(service, rpc) (&service::Stub::Async##rpc) |
|
#define GRPC_RPC |
( |
|
service, |
|
|
|
rpc |
|
) |
| (&service::Stub::Async##rpc) |