Implement server_info nextgen RPC (#590)

Fixes #587
This commit is contained in:
Alex Kremer
2023-04-13 11:51:54 +01:00
committed by GitHub
parent dfe974d5ab
commit 36bb20806e
18 changed files with 1062 additions and 88 deletions

View File

@@ -47,7 +47,7 @@ private:
void
initializeCounter(std::string const& method);
std::shared_mutex mutex_;
mutable std::shared_mutex mutex_;
std::unordered_map<std::string, MethodInfo> methodInfo_;
std::reference_wrapper<const WorkQueue> workQueue_;
@@ -65,7 +65,7 @@ public:
rpcForwarded(std::string const& method);
boost::json::object
report();
report() const;
};
} // namespace RPC