void service2SvIf::async_tm_methodA(std::unique_ptr<apache::thrift::HandlerCallback<void>> callback) { apache::thrift::detail::si::async_tm(this, std::move(callback), [&] { return future_methodA(); }); }
folly::Future<folly::Unit> service2AsyncClient::future_methodA() { ::apache::thrift::RpcOptions rpcOptions; return future_methodA(rpcOptions); }