11#include <rpc/client.h>
19 template <
typename... Args>
31 template <
typename... Args>
32 auto call(
const std::string &function, Args &&... args) {
36 template <
typename... Args>
37 void async_call(
const std::string &function, Args &&... args) {
void async_call(const std::string &function, Args &&... args)
auto call(const std::string &function, Args &&... args)
void set_timeout(int64_t value)
This file contains definitions of common data structures used in traffic manager.